* mu-cmd-find: use g_debug, not g_warning when text body not found

This commit is contained in:
Dirk-Jan C. Binnema 2010-08-14 13:20:42 +03:00
parent 9b83bfe5eb
commit 12736b03db
1 changed files with 1 additions and 1 deletions

View File

@ -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;