From d07e04e5b9a175715269488b80c6ccc926d3f9b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 10 Jan 2002 14:32:42 +0000 Subject: Groua --- lib/Handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Handle.cc') 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); } -- cgit v1.2.3