[t:2524], change text

git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@19561 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2010-04-28 02:48:25 +00:00 committed by Yoni Fogel
parent 912c9511f3
commit a083819c47

View file

@ -498,7 +498,7 @@ void txn_progress_func(TOKU_TXN_PROGRESS progress, void* extra) {
if (progress->stalled_on_checkpoint) {
r = sprintf(
progress_info->status,
"stalled on checkpoint, processed %"PRId64" out of %"PRId64,
"Writing committed changes to disk, processed %"PRId64" out of %"PRId64,
progress->entries_processed,
progress->entries_total
);