]> git.notmuchmail.org Git - notmuch/blobdiff - database.cc
Clean up comments to not include spaces before tabs.
[notmuch] / database.cc
index 7858f9d45d790a6077d223f4966017f1957503fd..415040bc7000c4f9cb195e25cb9119d72c15a29d 100644 (file)
@@ -43,7 +43,7 @@ notmuch_status_to_string (notmuch_status_t status)
     case NOTMUCH_STATUS_NULL_POINTER:
        return "Erroneous NULL pointer";
     case NOTMUCH_STATUS_TAG_TOO_LONG:
-       return "Tag value is too long";
+       return "Tag value is too long (exceeds NOTMUCH_TAG_MAX)";
     default:
     case NOTMUCH_STATUS_LAST_STATUS:
        return "Unknown error status value";