summaryrefslogtreecommitdiff
path: root/dbtests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-06-30 13:46:12 -0400
committerEliot Horowitz <eliot@10gen.com>2009-06-30 13:46:12 -0400
commitbc7a53daf4f9a69f76a67784545b19ec06c23786 (patch)
tree1ce552c4447bfa758e4d118e7de646092da57d7c /dbtests
parentf1de9d5913accf85bf1d01e476dd642bb627cb04 (diff)
downloadmongo-bc7a53daf4f9a69f76a67784545b19ec06c23786.tar.gz
make warning show up in buildbot if triggered MINOR
Diffstat (limited to 'dbtests')
-rw-r--r--dbtests/jstests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/jstests.cpp b/dbtests/jstests.cpp
index 398b71c8a70..68a769f5d4d 100644
--- a/dbtests/jstests.cpp
+++ b/dbtests/jstests.cpp
@@ -447,7 +447,7 @@ namespace JSTests {
~Utf8Check() { reset(); }
void run() {
if( !globalScriptEngine->utf8Ok() ) {
- log() << "utf8 not supported" << endl;
+ log() << "warning: utf8 not supported" << endl;
return;
}
string utf8ObjSpec = "{'_id':'\\u0001\\u007f\\u07ff\\uffff'}";