Update of /cvsroot/emacs-jabber/tox
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28436
Modified Files:
tox.c
Log Message:
s/g_printf/g_debug/
Index: tox.c
===================================================================
RCS file: /cvsroot/emacs-jabber/tox/tox.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tox.c 17 Jan 2008 00:45:23 -0000 1.1
+++ tox.c 20 Mar 2008 12:20:51 -0000 1.2
@@ -104,7 +104,7 @@
*ret = g_strdup_printf("/net/sourceforge/emacs_jabber/Tox/%u", session_number);
dbus_g_connection_register_g_object(connection, *ret, G_OBJECT(session));
- g_printf("CreateSession called, returning %s\n", *ret);
+ g_debug("CreateSession called, returning %s\n", *ret);
return TRUE;
}
|