not checking msgasserted for dupes

This commit is contained in:
Eliot Horowitz
2011-04-15 13:39:23 -04:00
parent 33f4bb08bc
commit 138040ccc0
8 changed files with 10 additions and 10 deletions

View File

@@ -540,7 +540,7 @@ namespace mongo {
{
stringstream ss;
ss << "couldn't start process " << argv_[0];
uassert(13294, ss.str(), success);
uassert(14042, ss.str(), success);
}
CloseHandle(pi.hThread);