summaryrefslogtreecommitdiff
path: root/src/mongo/s/request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/request.cpp')
-rw-r--r--src/mongo/s/request.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/s/request.cpp b/src/mongo/s/request.cpp
index 25219eb0893..ccaca188db1 100644
--- a/src/mongo/s/request.cpp
+++ b/src/mongo/s/request.cpp
@@ -90,7 +90,7 @@ namespace mongo {
int msgId = (int)(_m.header()->id);
Timer t;
- LOG(3) << "Request::process begin ns: " << getns()
+ LOG(3) << "Request::process begin ns: " << getnsIfPresent()
<< " msg id: " << msgId
<< " op: " << op
<< " attempt: " << attempt
@@ -130,7 +130,7 @@ namespace mongo {
// globalOpCounters are handled by write commands.
}
- LOG(3) << "Request::process end ns: " << getns()
+ LOG(3) << "Request::process end ns: " << getnsIfPresent()
<< " msg id: " << msgId
<< " op: " << op
<< " attempt: " << attempt