]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
lib: fix exception messages for n_m_message_*
[notmuch] / lib / message.cc
index 87448101d5e4e8143cc27db520dc8aa612dfedee..64798413d957d89c61ba8ed9f38b7b0025ae1c48 100644 (file)
@@ -96,7 +96,7 @@ static void
 _log_xapian_exception (const char *where, notmuch_message_t *message,  const Xapian::Error error) {
     notmuch_database_t *notmuch = notmuch_message_get_database (message);
     _notmuch_database_log (notmuch,
-                          "A Xapian exception occurred %s retrieving %s : %s\n",
+                          "A Xapian exception occurred at %s: %s\n",
                           where,
                           error.get_msg ().c_str ());
     notmuch->exception_reported = true;