mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Typo.
This commit is contained in:
@@ -253,7 +253,7 @@ void SqliteDatabase::runWal()
|
|||||||
if (ret != SQLITE_OK)
|
if (ret != SQLITE_OK)
|
||||||
{
|
{
|
||||||
cLog((ret == SQLITE_LOCKED) ? lsDEBUG : lsWARNING) << "WAL " << mHost << ":"
|
cLog((ret == SQLITE_LOCKED) ? lsDEBUG : lsWARNING) << "WAL " << mHost << ":"
|
||||||
<< db << " errror " << ret;
|
<< db << " error " << ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
walSet.clear();
|
walSet.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user