summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-05-27 16:23:33 -0400
committerEliot Horowitz <eliot@10gen.com>2009-05-27 16:23:33 -0400
commitd556557091810b3b88d2dfbd026e1d4f0c3a8772 (patch)
tree53216b9efa9966bbda516d976a8eecc92829c801
parentcc15ffda91b81eeb55d178a0e73066831b12cd73 (diff)
downloadmongo-d556557091810b3b88d2dfbd026e1d4f0c3a8772.tar.gz
lowercase warning for buildbot MINOR
-rw-r--r--scripting/engine_spidermonkey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/engine_spidermonkey.cpp b/scripting/engine_spidermonkey.cpp
index e947d05ea08..37516f46cd3 100644
--- a/scripting/engine_spidermonkey.cpp
+++ b/scripting/engine_spidermonkey.cpp
@@ -639,7 +639,7 @@ namespace mongo {
_runtime = JS_NewRuntime(8L * 1024L * 1024L);
uassert( "JS_NewRuntime failed" , _runtime );
if ( ! utf8Ok() ){
- cerr << "*** WARNING: spider monkey build without utf8 support" << endl;
+ cerr << "*** warning: spider monkey build without utf8 support" << endl;
}
}