Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
undo temp change
  • Loading branch information
erh committed Dec 30, 2009
1 parent ac84841 commit 16268ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/instance.cpp
Expand Up @@ -261,7 +261,7 @@ namespace mongo {
currentOp.reset( client);
currentOp.setOp(op);

stringstream& ss = currentOp.debugstream();
stringstream ss;

int logThreshold = cmdLine.slowMS;
bool log = logLevel >= 1;
Expand Down

0 comments on commit 16268ad

Please sign in to comment.