aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libqmi-glib/qmi-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libqmi-glib/qmi-proxy.c b/src/libqmi-glib/qmi-proxy.c
index 0731f37..c5e936e 100644
--- a/src/libqmi-glib/qmi-proxy.c
+++ b/src/libqmi-glib/qmi-proxy.c
@@ -280,7 +280,7 @@ indication_cb (QmiDevice *device,
GError *error = NULL;
if (!send_message (client, message, &error)) {
- g_warning ("couldn't forward indication to client");
+ g_warning ("couldn't forward indication to client: %s", error->message);
g_error_free (error);
}