Skip to content

Commit b6d5a0a

Browse files
author
Tim Vaillancourt
committed
logging update
1 parent 951573d commit b6d5a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MongoBackup/Methods/Dumper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def run(self):
9393

9494
# backup a single non-replset config server, if exists:
9595
if not self.config_replset and isinstance(self.config_server, dict):
96-
logging.info("Using non-replset backup method for config server")
96+
logging.info("Using non-replset backup method for config server mongodump")
9797
thread = Dump(
9898
self.response_queue,
9999
'configsvr',

0 commit comments

Comments
 (0)