summaryrefslogtreecommitdiff
path: root/util/file_allocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'util/file_allocator.cpp')
-rw-r--r--util/file_allocator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/file_allocator.cpp b/util/file_allocator.cpp
index bf01d90865f..b0572f971bd 100644
--- a/util/file_allocator.cpp
+++ b/util/file_allocator.cpp
@@ -287,8 +287,8 @@ namespace mongo {
if ( fd > 0 )
close( fd );
log() << "error failed to allocate new file: " << name
- << " size: " << size << ' ' << errnoWithDescription() << endl;
- log() << " will try again in 10 seconds" << endl;
+ << " size: " << size << ' ' << errnoWithDescription() << warnings;
+ log() << " will try again in 10 seconds" << endl; // not going to warning logs
try {
if ( tmp.size() )
BOOST_CHECK_EXCEPTION( boost::filesystem::remove( tmp ) );