summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-05-01 22:01:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-05-01 22:01:16 +0000
commita5cbbdef9179041aa9a083d73c6eb17a9656fc1d (patch)
tree9b3ce562df0431ea6dadce660bff60fdf8484ca9
parenta9423f4964e6e1d299e913b57fd92963a7f306e5 (diff)
downloadgtk+-a5cbbdef9179041aa9a083d73c6eb17a9656fc1d.tar.gz
Remove debug spew
svn path=/trunk/; revision=17756
-rw-r--r--gtk/gtkiconcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c
index cd25d300f1..b056c5fb62 100644
--- a/gtk/gtkiconcache.c
+++ b/gtk/gtkiconcache.c
@@ -128,12 +128,11 @@ _gtk_icon_cache_new_for_path (const gchar *path)
info.n_directories = 0;
info.flags = CHECK_OFFSETS|CHECK_STRINGS;
- g_print ("validating %s\n", cache_filename);
if (!_gtk_icon_cache_validate (&info))
{
g_mapped_file_free (map);
+ g_warning ("Icon cache '%s' is invalid\n", cache_filename);
- GTK_NOTE (ICONTHEME, g_print ("invalid icon cache\n"));
goto done;
}