From 10142c66cd5f90de7c4b8e84e08cee4e38aa6eba Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 15 Nov 2010 08:43:30 +0200 Subject: [PATCH] * mu-cmd-find.c: cosmetic --- 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 1ee09da5..5beb8a22 100644 --- a/src/mu-cmd-find.c +++ b/src/mu-cmd-find.c @@ -48,7 +48,7 @@ static void update_warning (void) { - g_printerr ("the database needs to be updated to version %s\n", + g_warning ("the database needs to be updated to version %s\n", MU_XAPIAN_DB_VERSION); g_message ("please run 'mu index --rebuild' (see the man page)"); }