diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-03-17 00:05:43 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-03-17 00:05:43 +0100 |
commit | 582fc32574a3b158c81e49cb00e6ae59205e66ba (patch) | |
tree | ac64a3243e0d2121709f685695247052858115c8 /db/introspect.cpp | |
parent | 2761bffa96595ac1698d86bbc2e95ebb0d4d6e93 (diff) | |
download | mongodb-582fc32574a3b158c81e49cb00e6ae59205e66ba.tar.gz |
Imported Upstream version 1.8.0
Diffstat (limited to 'db/introspect.cpp')
-rw-r--r-- | db/introspect.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/introspect.cpp b/db/introspect.cpp index d72bb3f..cee0da8 100644 --- a/db/introspect.cpp +++ b/db/introspect.cpp @@ -26,8 +26,7 @@ namespace mongo { - void profile( const char *str, int millis) - { + void profile( const char *str, int millis) { BSONObjBuilder b; b.appendDate("ts", jsTime()); b.append("info", str); |