Diff between 4fa31e19666eb252632547509f579673b1d2cd8e and f25c695d2216a9991df5f271b3515e1d9761874a
Changed Files
| File | Additions | Deletions | Status |
| tools/obex-client-tool.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/obex-client-tool.c b/tools/obex-client-tool.c
index ea3e904..f352294 100644
--- a/tools/obex-client-tool.c
+++ b/tools/obex-client-tool.c
@@ -61,7 +61,7 @@ static GOptionEntry options[] = {
static void disconn_func(GObex *obex, GError *err, gpointer user_data)
{
- g_printerr("Disconnected\n");
+ g_printerr("Disconnected: %s\n", err ? err->message : "(no error)");
g_main_loop_quit(main_loop);
}