diff options
Diffstat (limited to 'src/mongo/db/geo/haystack.cpp')
-rw-r--r-- | src/mongo/db/geo/haystack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/geo/haystack.cpp b/src/mongo/db/geo/haystack.cpp index 0a5f6121f7a..72033dc6a82 100644 --- a/src/mongo/db/geo/haystack.cpp +++ b/src/mongo/db/geo/haystack.cpp @@ -178,7 +178,7 @@ namespace mongo { BSONObjBuilder& result, unsigned limit) { Timer t; - log(1) << "SEARCH near:" << n << " maxDistance:" << maxDistance + LOG(1) << "SEARCH near:" << n << " maxDistance:" << maxDistance << " search: " << search << endl; int x, y; { |