summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/spin_lock_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/spin_lock_test.cpp')
-rw-r--r--src/mongo/dbtests/spin_lock_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/spin_lock_test.cpp b/src/mongo/dbtests/spin_lock_test.cpp
index cd789c9fe09..408c51eb408 100644
--- a/src/mongo/dbtests/spin_lock_test.cpp
+++ b/src/mongo/dbtests/spin_lock_test.cpp
@@ -92,7 +92,7 @@ namespace {
}
int ms = timer.millis();
- log() << "spinlock ConcurrentIncs time: " << ms << endl;
+ mongo::unittest::log() << "spinlock ConcurrentIncs time: " << ms << endl;
ASSERT_EQUALS( counter, threads*incs );
#if defined(__linux__)