1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a typo in a log message in wal.c.

FossilOrigin-Name: 83fc48d16572443373e5de62adbd4cd53c2f7786
This commit is contained in:
dan
2013-04-01 14:35:01 +00:00
parent 71be5c5c87
commit 0943f0bdc8
3 changed files with 8 additions and 8 deletions

View File

@@ -1208,7 +1208,7 @@ finished:
*/
if( pWal->hdr.nPage ){
sqlite3_log(SQLITE_OK, "Recovered %d frames from WAL file %s",
pWal->hdr.nPage, pWal->zWalName
pWal->hdr.mxFrame, pWal->zWalName
);
}
}