aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/sqlite.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-13 10:02:18 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-13 10:02:18 -0600
commitc79d4addab7ea476f551bc8727e4d1f27adcef31 (patch)
treeace9cce47341e481f7f4502cc83bfc20054dda49 /src/libstore/sqlite.cc
parentbfca5fc395bdaf5823413e1a1679f1b0b6db29dd (diff)
consistent capitalization
Diffstat (limited to 'src/libstore/sqlite.cc')
-rw-r--r--src/libstore/sqlite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/sqlite.cc b/src/libstore/sqlite.cc
index 082c54005..34ef5e57b 100644
--- a/src/libstore/sqlite.cc
+++ b/src/libstore/sqlite.cc
@@ -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())
});
}