tweak the assertion to track down Rolcol's crash

This commit is contained in:
Charles Kerr 2009-05-21 22:49:59 +00:00
parent 6e089ef095
commit a2480049d5
1 changed files with 1 additions and 1 deletions

View File

@ -1118,9 +1118,9 @@ fprintf( stderr, " old size is %"PRIu64"\n", (uint64_t)oldFileBytesCompleted(
fprintf( stderr, "first piece is %"PRIu64"\n", (uint64_t)f->firstPiece );
fprintf( stderr, "last piece is %"PRIu64"\n", (uint64_t)f->lastPiece );
fprintf( stderr, " new size is %"PRIu64"\n", (uint64_t)total );
abort( );
}
assert( total == oldFileBytesCompleted( tor, index ) );
return total;
}