Summary: | String formatting fixes | ||
---|---|---|---|
Product: | Spice | Reporter: | Olav Vitters <bugzilla-freedesktop> |
Component: | spice-gtk | Assignee: | Spice Bug List <spice-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | patch |
Description
Olav Vitters
2011-12-02 01:13:17 UTC
+ 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)); commit e83f5a7c2c98aae96bee57bda9590e70dbbcb62e Author: Marc-André Lureau <marcandre.lureau@redhat.com> Date: Fri Dec 2 13:19:30 2011 +0100 string formatting fixes Patch based on Mageia, provided by Olav Vitters. https://bugs.freedesktop.org/show_bug.cgi?id=43456 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.