lowercase warning for buildbot MINOR
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user