From 73885275dfaf64f58c965ca9801019a37f3f6262 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Tue, 24 Jun 2008 14:30:56 +0000 Subject: [PATCH 1/1] 2008-06-24 [mones] 3.4.0cvs110 * src/autofaces.c Fix non-warning message, downgraded to debug info --- ChangeLog | 5 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/autofaces.c | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 060ba0f15..6229d8055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-24 [mones] 3.4.0cvs110 + + * src/autofaces.c + Fix non-warning message, downgraded to debug info + 2008-06-24 [colin] 3.4.0cvs109 * src/summaryview.c diff --git a/PATCHSETS b/PATCHSETS index 2c09628ad..886abe21e 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3405,3 +3405,4 @@ ( cvs diff -u -r 1.42.2.39 -r 1.42.2.40 po/fr.po; ) > 3.4.0cvs107.patchset ( cvs diff -u -r 1.94.2.180 -r 1.94.2.181 src/messageview.c; ) > 3.4.0cvs108.patchset ( cvs diff -u -r 1.395.2.370 -r 1.395.2.371 src/summaryview.c; ) > 3.4.0cvs109.patchset +( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/autofaces.c; ) > 3.4.0cvs110.patchset diff --git a/configure.ac b/configure.ac index 75ec11320..39a9fead7 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=109 +EXTRA_VERSION=110 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/autofaces.c b/src/autofaces.c index 6582bb6e4..f8b61b741 100644 --- a/src/autofaces.c +++ b/src/autofaces.c @@ -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) { -- 2.25.1