Skip to content

Commit

Permalink
reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jan 29, 2011
1 parent fa9403f commit a58c7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s/client.cpp
Expand Up @@ -144,7 +144,7 @@ namespace mongo {
vector<BSONObj> res;

if ( fromWriteBackListener ) {
warning() << "not doing recusrive writeback" << endl;
LOG(1) << "not doing recusrive writeback" << endl;
return res;
}

Expand Down

0 comments on commit a58c7c6

Please sign in to comment.