* mu-cmd-index.c: cosmetic

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

View File

@ -155,7 +155,8 @@ database_version_check_and_update (MuConfigOptions *opts)
if (mu_util_db_is_empty (xpath))
return TRUE;
/* we empty the database before doing anything */
/* when rebuilding, we empty the database before doing
* anything */
if (opts->rebuild) {
opts->reindex = TRUE;
g_message ("Clearing database %s", xpath);