From 12736b03db1a441883e645426b83e7a5791750a3 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 14 Aug 2010 13:20:42 +0300 Subject: [PATCH] * mu-cmd-find: use g_debug, not g_warning when text body not found --- src/mu-cmd-find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-cmd-find.c b/src/mu-cmd-find.c index 4cbee2c3..a57e257c 100644 --- a/src/mu-cmd-find.c +++ b/src/mu-cmd-find.c @@ -373,7 +373,7 @@ view_file (const gchar *path, const gchar *fields) g_print ("\n%s\n", field); else /* not really an error */ - g_warning ("No text body found for %s", path); + g_debug ("No text body found for %s", path); mu_msg_gmime_destroy (msg); return TRUE;