[Bug 43456] String formatting fixes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 2 04:10:42 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=43456

--- Comment #1 from Christophe Fergeau <teuf at gnome.org> 2011-12-02 04:10:42 PST ---
+      g_message ("notify::%s == %s", G_OBJECT_TYPE_NAME (o), "");
is weird

g_message ("notify::%s == %p", G_OBJECT_TYPE_NAME (o), o);
would be better, or 
g_message ("notify::%s", G_OBJECT_TYPE_NAME (o));

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the spice-bugs mailing list