* mu-query-xapian: logging fixes

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-06 01:28:00 +02:00
parent e56743d9c5
commit 302a97b04c

View File

@ -86,7 +86,7 @@ _message_is_readable (MuMsgXapian *msg)
const std::string path(doc.get_value(MU_MSG_FIELD_ID_PATH));
if (access (path.c_str(), R_OK) != 0) {
g_message ("cannot read %s: %s", path.c_str(),
g_debug ("cannot read %s: %s", path.c_str(),
strerror(errno));
return FALSE;
}