summaryrefslogtreecommitdiff
path: root/src/mongo/db/log_process_details.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/log_process_details.cpp')
-rw-r--r--src/mongo/db/log_process_details.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mongo/db/log_process_details.cpp b/src/mongo/db/log_process_details.cpp
index 9ba6c91299a..777777d7a40 100644
--- a/src/mongo/db/log_process_details.cpp
+++ b/src/mongo/db/log_process_details.cpp
@@ -44,15 +44,12 @@
namespace mongo {
-using std::cout;
-using std::endl;
-
bool is32bit() {
return (sizeof(int*) == 4);
}
void logProcessDetails() {
- log() << mongodVersion() << endl;
+ log() << mongodVersion();
printGitVersion();
printOpenSSLVersion();
printAllocator();