From 82be68107b19c270b0c4546cffaf97571ad231d3 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 16 Dec 2001 13:42:22 +0000 Subject: -Debug --- lib/CopyJob.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/CopyJob.cc') diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 877b113..524a52c 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -26,9 +26,9 @@ int CopyJob::Do() throw (GeneralException) { tr = siz >= 0 ? siz - cursiz : COPY_BUFSIZ; try { r = s->read(buffer, MIN(COPY_BUFSIZ, tr)); - cerr << "CopyJob: read " << r << " bytes: " << endl; - buffer[r] = 0; - cerr << buffer << endl; +// cerr << "CopyJob: read " << r << " bytes: " << endl; +// buffer[r] = 0; +// cerr << buffer << endl; } catch (IOAgain e) { WaitFor(s, W4_READING); -- cgit v1.2.3