This commit is contained in:
JoelKatz
2013-02-07 19:27:05 -08:00
parent d4a2401c68
commit f95e2ee557

View File

@@ -253,7 +253,7 @@ void SqliteDatabase::runWal()
if (ret != SQLITE_OK)
{
cLog((ret == SQLITE_LOCKED) ? lsDEBUG : lsWARNING) << "WAL " << mHost << ":"
<< db << " errror " << ret;
<< db << " error " << ret;
}
}
walSet.clear();