summaryrefslogtreecommitdiff
path: root/lib/CopyJob.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-16 13:42:22 +0000
committerPixel <Pixel>2001-12-16 13:42:22 +0000
commit82be68107b19c270b0c4546cffaf97571ad231d3 (patch)
treef4d9c15f2d78259731b4a28309bc1a2267464d0e /lib/CopyJob.cc
parentb9c5376bb1b0bf8e9bd0589e192220dfe0892bd5 (diff)
-Debug
Diffstat (limited to 'lib/CopyJob.cc')
-rw-r--r--lib/CopyJob.cc6
1 files changed, 3 insertions, 3 deletions
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);