Ticket #5709: 5709_ThreadedFileWriter.patch

File 5709_ThreadedFileWriter.patch, 683 bytes (added by michael bishop <clever@…>, 16 years ago)
  • mythtv/libs/libmythtv/ThreadedFileWriter.cpp

     
    231231                ++iobound_cnt;
    232232                VERBOSE(VB_IMPORTANT, LOC_ERR + "Write() -- IOBOUND begin " +
    233233                        QString("remaining(%1) free(%2) size(%3) cnt(%4)")
    234                         .arg(remaining).arg(BufFree())
     234                        .arg(remaining).arg(BufFreePriv())
    235235                        .arg(tfw_buf_size).arg(iobound_cnt));
    236236                first = false;
    237237            }