dynamic naming implementation work

This commit is contained in:
Dwight
2011-10-25 17:40:52 -04:00
parent 338c743a6d
commit 95aeb9ed04
3 changed files with 8 additions and 6 deletions

View File

@@ -530,7 +530,7 @@ namespace ThreadedTests {
log() << x << ' ' << ch << " got " << endl;
if( what[x] == 'R' ) {
if( t.millis() > 15 ) {
log() << "warning: when in upgradable write locks are still greedy on this platform" << endl;
log() << x << " warning: when in upgradable, write locks are still greedy on this platform" << endl;
}
}
sleepmillis(200);