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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user