summaryrefslogtreecommitdiff
path: root/src/txn/txn_nsnap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txn/txn_nsnap.c')
-rw-r--r--src/txn/txn_nsnap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txn/txn_nsnap.c b/src/txn/txn_nsnap.c
index eddcca9248f..5b8fed23a9f 100644
--- a/src/txn/txn_nsnap.c
+++ b/src/txn/txn_nsnap.c
@@ -343,7 +343,7 @@ __wt_txn_named_snapshot_config(WT_SESSION_IMPL *session,
if (!*has_create && !*has_drops)
WT_RET_MSG(session, EINVAL,
"WT_SESSION::snapshot API called without any drop or "
- "name option.");
+ "name option");
return (0);
}