summaryrefslogtreecommitdiff
path: root/db/mongommf.cpp
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-12-25 13:36:02 -0500
committerdwight <dwight@10gen.com>2010-12-25 13:36:02 -0500
commit70c8a02e6d0b17748a364cc9a1cff9cb1f129226 (patch)
treed481b8fcbddbd9fb74b943c2d6c9b64335b68a59 /db/mongommf.cpp
parent1ea270db8eaae9dba8ac051341415f78fb9e8f66 (diff)
downloadmongo-70c8a02e6d0b17748a364cc9a1cff9cb1f129226.tar.gz
more logging on _DEBUG
Diffstat (limited to 'db/mongommf.cpp')
-rw-r--r--db/mongommf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/mongommf.cpp b/db/mongommf.cpp
index cb837d8bda5..64c64421ee2 100644
--- a/db/mongommf.cpp
+++ b/db/mongommf.cpp
@@ -218,6 +218,8 @@ namespace mongo {
/*virtual*/ void MongoMMF::close() {
{
if( !testIntent && cmdLine.dur && _view_write/*actually was opened*/ ) {
+ if( debug )
+ log() << "closingFileNotication:" << filename() << endl;
dur::closingFileNotification();
}
privateViews.remove(_view_private);