projects
/
profile
/
ivi
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12077f5
)
Print an error if disconnected from D-Bus
author
Marcel Holtmann
<marcel@holtmann.org>
Tue, 21 Jul 2009 07:21:49 +0000
(09:21 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 21 Jul 2009 07:21:49 +0000
(09:21 +0200)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
3b97add
..
891ede1
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-50,7
+50,7
@@
static void sig_debug(int sig)
static void disconnect_callback(DBusConnection *conn, void *user_data)
{
-
DBG
("D-Bus disconnect");
+
connman_error
("D-Bus disconnect");
g_main_loop_quit(main_loop);
}