(trunk libT) silence a cache log message

This commit is contained in:
Charles Kerr 2010-06-20 13:19:24 +00:00
parent feabaf0c3d
commit 8d413e98fc
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ readOrWriteBytes( tr_session * session,
int err = 0;
const tr_bool doWrite = ioMode >= TR_IO_WRITE;
if( doWrite )
fprintf( stderr, "in file %s at offset %zu, writing %zu bytes; file length is %zu\n", file->name, (size_t)fileOffset, buflen, (size_t)file->length );
//if( doWrite )
// fprintf( stderr, "in file %s at offset %zu, writing %zu bytes; file length is %zu\n", file->name, (size_t)fileOffset, buflen, (size_t)file->length );
assert( fileIndex < info->fileCount );
assert( !file->length || ( fileOffset < file->length ) );