lowercase warning for buildbot MINOR

This commit is contained in:
Eliot Horowitz
2009-05-27 16:23:33 -04:00
parent cc15ffda91
commit d556557091

View File

@@ -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;
}
}