mirror of
https://github.com/NixOS/nix
synced 2025-06-26 20:01:15 +02:00
consistent capitalization
This commit is contained in:
parent
bfca5fc395
commit
c79d4addab
7 changed files with 10 additions and 10 deletions
|
@ -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())
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue