summaryrefslogtreecommitdiff
path: root/src/block/block_ckpt.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-07-24 10:07:56 -0400
committerKeith Bostic <keith@wiredtiger.com>2015-07-24 10:07:56 -0400
commit84341f9daaba42928300ee89b310760a9fe9370d (patch)
tree011be372123a5bf73fa7a8dfbc0628ec0f10b344 /src/block/block_ckpt.c
parent1255cb209482a0b5a99ae266e9a2ec3d124d8348 (diff)
downloadmongo-84341f9daaba42928300ee89b310760a9fe9370d.tar.gz
Clarify an error message.
Diffstat (limited to 'src/block/block_ckpt.c')
-rw-r--r--src/block/block_ckpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/block/block_ckpt.c b/src/block/block_ckpt.c
index c88c44fb9c3..abcad392e33 100644
--- a/src/block/block_ckpt.c
+++ b/src/block/block_ckpt.c
@@ -403,7 +403,8 @@ __ckpt_process(WT_SESSION_IMPL *session, WT_BLOCK *block, WT_CKPT *ckptbase)
*/
if (block->ckpt_inprogress) {
__wt_errx(session,
- "%s: checkpointed without the checkpoint being resolved",
+ "%s: checkpointed without first resolving the previous "
+ "checkpoint",
block->name);
WT_RET(__wt_block_checkpoint_resolve(session, block));