summaryrefslogtreecommitdiff
path: root/s/util.h
diff options
context:
space:
mode:
Diffstat (limited to 's/util.h')
-rw-r--r--s/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/s/util.h b/s/util.h
index ba40a29..2c62642 100644
--- a/s/util.h
+++ b/s/util.h
@@ -35,6 +35,7 @@ namespace mongo {
stringstream s;
s << "StaleConfigException ns: " << ns << " " << msg;
_msg = s.str();
+ log(1) << _msg << endl;
}
virtual ~StaleConfigException() throw(){}