GNOME Bugzilla – Bug 141078
Verbose thumbnailing output should be removed
Last modified: 2004-12-22 21:47:04 UTC
This bug has been reported in the debian BTS: http://bugs.debian.org/219031 "When Nautilus is thumbnailing the images in a directory, the following output is on stdout: to small (16x16, scaling up to small (16x16, scaling up ... This looks like debugging output, and should be removed." This happens with small icons. Due to libnautilus-private/nautilus-icon-container.c, line 4944 "g_print ("to small (%dx%d, scaling up\n", width, height);" Removing this line should fix the issue.
2004-06-25 Sebastien Bacher <seb128@debian.org> * libnautilus-private/nautilus-icon-container.c: (nautilus_icon_container_update_icon): Removed debugging output for thumbnails of small images. (Closes: #141078). commit in HEAD and gnome-2-6