diff options
-rw-r--r-- | db/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp index 79885b45019..3f512cac6cc 100644 --- a/db/db.cpp +++ b/db/db.cpp @@ -535,7 +535,7 @@ void connThread() } else if( m.data->operation == dbGetMore ) { OPREAD; - log = true; + DEV log = true; ss << "getmore "; receivedGetMore(dbMsgPort, m, ss); } |