Skip to content

Commit

Permalink
print correct count
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Lerner committed Oct 27, 2010
1 parent e6e2526 commit 690970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jstests/slowNightly/sharding_cursors1.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for (var i=0; i < toInsert; i++ ){
assert.eq(db.getLastError(), null, 'no error'); //SERVER-1541

if ( i % 1000 == 999 ) {
print( "already inserted " + i );
print( "already inserted " + ( i + 1 ) );
}
}

Expand Down

0 comments on commit 690970b

Please sign in to comment.