diff options
-rw-r--r-- | db/instance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/instance.cpp b/db/instance.cpp index 36639c1fab3..75de462a1ff 100644 --- a/db/instance.cpp +++ b/db/instance.cpp @@ -904,6 +904,7 @@ namespace mongo { << "old lock file: " << name << ". probably means unclean shutdown\n" << "but there are no journal files to recover.\n" << "this is likely human error of filesystem corruption.\n" + << "found " << dbnames.size() << " dbs.\n" << "see: http://dochub.mongodb.org/core/repair for more information\n" << "*************"; } |