summaryrefslogtreecommitdiff
path: root/src/txn
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-11-06 14:05:13 -0500
committerSusan LoVerso <sue@wiredtiger.com>2014-11-06 14:05:13 -0500
commit4d5b2448be0906221ca1ac92ea02f20ec666d982 (patch)
treee45609f0facdbd6ec69beb9cbaf604e7d4eb5fea /src/txn
parent9634a457b3393e19e9d6608191ec8f84bde42b45 (diff)
downloadmongo-4d5b2448be0906221ca1ac92ea02f20ec666d982.tar.gz
Remove debug verbose message.
Diffstat (limited to 'src/txn')
-rw-r--r--src/txn/txn.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/txn/txn.c b/src/txn/txn.c
index db4aea63829..48cdc1c08be 100644
--- a/src/txn/txn.c
+++ b/src/txn/txn.c
@@ -283,9 +283,6 @@ __wt_txn_begin(WT_SESSION_IMPL *session, const char *cfg[])
if (!cval.val)
txn->txn_logsync = 0;
- WT_RET(__wt_verbose(session, WT_VERB_LOG,
- "txn_begin: conn logsync %d, txn logsync %d",
- S2C(session)->txn_logsync, txn->txn_logsync));
F_SET(txn, TXN_RUNNING);
if (txn->isolation == TXN_ISO_SNAPSHOT) {
if (session->ncursors > 0)