This commit is contained in:
dwight
2009-02-01 14:53:54 -05:00
parent 394405a339
commit 5e5765f9b4
7 changed files with 148 additions and 10 deletions

View File

@@ -528,7 +528,7 @@ namespace mongo {
}
}
else {
mongo::out() << " jnicall: operation isn't supported: " << m.data->operation() << endl;
mongo::out() << " jnicall: operation isn't supported: " << m.data->operation() << endl;
assert(false);
}