diff options
author | dwight <dwight@10gen.com> | 2010-12-25 13:36:02 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-12-25 13:36:02 -0500 |
commit | 70c8a02e6d0b17748a364cc9a1cff9cb1f129226 (patch) | |
tree | d481b8fcbddbd9fb74b943c2d6c9b64335b68a59 /db/mongommf.cpp | |
parent | 1ea270db8eaae9dba8ac051341415f78fb9e8f66 (diff) | |
download | mongo-70c8a02e6d0b17748a364cc9a1cff9cb1f129226.tar.gz |
more logging on _DEBUG
Diffstat (limited to 'db/mongommf.cpp')
-rw-r--r-- | db/mongommf.cpp | 2 |
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); |