2008-06-24 [mones] 3.4.0cvs110
[claws.git] / src / autofaces.c
index 6582bb6e421078526c0501af334cf732b0d6a592..f8b61b741fd16a5694c78eff4213a2761a7f5f67 100644 (file)
@@ -38,7 +38,7 @@ gint get_content_for_any_face(gchar *buf, gint len, gchar *anyname, gint maxlen)
        buf[0] = '\0';
        if ((xfp = fopen(xfile, "rb")) == NULL) {
                g_free(xfile);
-               g_warning("header content file '%s' not found\n", anyname);
+               debug_print("header content file '%s' not found\n", anyname);
                return -1;
        }
        if (fgets(buf, (len < maxlen)? len: maxlen, xfp) == NULL) {