* fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2010-10-31 11:35:00 +02:00
parent 3aecf50e49
commit 1e93d614a9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ mu_output_link_row (MuMsgIter *iter, const char* linksdir)
if (access (path, R_OK) != 0) {
if (errno == ENOENT)
g_warning ("Cannot find source message %s: "
"the database is not up-to-date", pathq);
"the database is not up-to-date", path);
else
g_warning ("Cannot read source message %s: %s", path,
strerror (errno));