X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fquery.cc;h=4a686832dc4343e62a0c3e13fb2a244ccf45ae7f;hp=ea521dd822faac03719be787d4bd82f708ca2f77;hb=591f901241623fbc50b67dbcff88c68cb33c53fd;hpb=6c7ec294bbe5ae4c3e1498b5061103f08076e016 diff --git a/lib/query.cc b/lib/query.cc index ea521dd8..4a686832 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -149,7 +149,7 @@ notmuch_query_search_messages (notmuch_query_t *query, } } catch (const Xapian::Error &error) { - fprintf (stderr, "A Xapian exception occurred: %s\n", + fprintf (stderr, "A Xapian exception occurred performing query: %s\n", error.get_msg().c_str()); fprintf (stderr, "Query string was: %s\n", query->query_string); }