consistent capitalization

This commit is contained in:
Ben Burdette
2020-05-13 10:02:18 -06:00
parent bfca5fc395
commit c79d4addab
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ void handleSQLiteBusy(SQLiteBusy & e)
if (now > lastWarned + 10) {
lastWarned = now;
logWarning(
ErrorInfo { .name = "sqlite busy",
ErrorInfo { .name = "Sqlite busy",
.hint = hintfmt(e.what())
});
}