diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-01 22:01:16 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-05-01 22:01:16 +0000 |
commit | a5cbbdef9179041aa9a083d73c6eb17a9656fc1d (patch) | |
tree | 9b3ce562df0431ea6dadce660bff60fdf8484ca9 /gtk/gtkiconcache.c | |
parent | a9423f4964e6e1d299e913b57fd92963a7f306e5 (diff) | |
download | gtk+-a5cbbdef9179041aa9a083d73c6eb17a9656fc1d.tar.gz |
Remove debug spew
svn path=/trunk/; revision=17756
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r-- | gtk/gtkiconcache.c | 3 |
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; } |