* mu-index: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema 2010-07-30 20:58:51 +03:00
parent 226d73e762
commit 9b83bfe5eb
1 changed files with 2 additions and 1 deletions

View File

@ -85,7 +85,8 @@ check_index_params (MuConfigOptions *opts)
}
if (!mu_util_check_dir (opts->maildir, TRUE, FALSE)) {
g_warning ("Error: not a valid Maildir\n");
g_warning ("Error: not a valid Maildir (%s)\n",
opts->maildir);
return FALSE;
}