After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156549 - obsolete g_print in gnome-vfs-mime-info.c
obsolete g_print in gnome-vfs-mime-info.c
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: MIME and file/program mapping
2.8.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-27 05:50 UTC by Stanislav Brabec
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Stanislav Brabec 2004-10-27 05:50:05 UTC
Is following line in gnome-vfs-mime-info.c really needed? It breaks
mozilla-bonobo, because it writes unexpected garbage to stdout.

g_print ("looking for %s: got %s\n", attribute, text);

Fix: Remove this line.
Comment 1 Christophe Fergeau 2004-10-28 21:30:19 UTC
Already fixed in CVS.