libmm-glib: fix mm_manager_set_logging() operation

The reporting of the operation result was reversed in the async method.
This commit is contained in:
Aleksander Morgado
2018-12-07 16:58:35 +01:00
parent 397faef3c5
commit 1ef58be792

View File

@@ -313,7 +313,7 @@ set_logging_ready (MmGdbusOrgFreedesktopModemManager1 *manager_iface_proxy,
{
GError *error = NULL;
if (mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_finish (
if (!mm_gdbus_org_freedesktop_modem_manager1_call_set_logging_finish (
manager_iface_proxy,
res,
&error))