* mu-cmd-find.c: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2010-11-15 08:43:30 +02:00
parent 45c95b06f3
commit 10142c66cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)");
}