summaryrefslogtreecommitdiff
path: root/lib/Handle.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2002-01-10 14:32:42 +0000
committerPixel <Pixel>2002-01-10 14:32:42 +0000
commitd07e04e5b9a175715269488b80c6ccc926d3f9b2 (patch)
tree477b6b408b540f261d951f3c245e649f6b7c77b9 /lib/Handle.cc
parent3a1e232b33dc8a80d18bbfd70655cc6824ebba59 (diff)
Groua
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r--lib/Handle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc
index fe7c10b..f77b0c3 100644
--- a/lib/Handle.cc
+++ b/lib/Handle.cc
@@ -7,7 +7,7 @@
#include "config.h"
Handle::Handle(const Handle & nh) : h(nh.h >= 0 ? dup(nh.h) : nh.h), closed(nh.closed), nonblock(nh.closed), zfile(0), z(0) {
-// cerr << "Duplication of handle " << nh.h << " to " << h << endl;
+ cerr << "Duplication of handle " << nh.h << " to " << h << endl;
if ((h >= 0) && (nh.z)) {
SetZ(nh.z);
}