1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 20:01:15 +02:00

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

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())
});
}