summaryrefslogtreecommitdiff
path: root/src/mongo/db/geo/haystack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/geo/haystack.cpp')
-rw-r--r--src/mongo/db/geo/haystack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/geo/haystack.cpp b/src/mongo/db/geo/haystack.cpp
index bcad610494c..c045cf003e9 100644
--- a/src/mongo/db/geo/haystack.cpp
+++ b/src/mongo/db/geo/haystack.cpp
@@ -176,7 +176,7 @@ namespace mongo {
Timer t;
- log(1) << "SEARCH near:" << n << " maxDistance:" << maxDistance << " search: " << search << endl;
+ LOG(1) << "SEARCH near:" << n << " maxDistance:" << maxDistance << " search: " << search << endl;
int x,y;
{
BSONObjIterator i( n );