diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 20:54:55 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-06-08 20:54:55 +0000 | 
| commit | 8bf636881f152a97727774f4f9ea2504c72dfb23 (patch) | |
| tree | f6df657dc2d48667766de2331ad6587d40661b21 /input/main.c | |
| parent | eef93c82a0e106dd12c29c1ed3a06502d92bcef2 (diff) | |
Use DBG in plugin to show function names
Diffstat (limited to 'input/main.c')
| -rw-r--r-- | input/main.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/input/main.c b/input/main.c index 990ca360..6b5e7c8f 100644 --- a/input/main.c +++ b/input/main.c @@ -77,7 +77,7 @@ static DBusConnection *conn;  static int input_probe(const char *path)  { -	debug("path %s", path); +	DBG("path %s", path);  	return g_dbus_register_interface(conn, path, INPUT_INTERFACE,  			input_methods, input_signals, NULL, NULL, NULL); @@ -85,7 +85,7 @@ static int input_probe(const char *path)  static void input_remove(const char *path)  { -	debug("path %s", path); +	DBG("path %s", path);  	g_dbus_unregister_interface(conn, path, INPUT_INTERFACE);  } | 
