From 483d424760f67f3664d4b44d5c0538f2c563d4b6 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 10 Jan 2002 13:04:43 +0000 Subject: Debugging zlib... --- lib/Handle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Handle.cc b/lib/Handle.cc index f8db7c3..28c1086 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -218,7 +218,7 @@ void Handle::SetZ(int az) throw (GeneralException) { } format[index++] = (char) (z + '0'); format[index] = 0; -// cerr << "Performing gzdopen on handle " << h << " with mode \"" << format << "\"\n"; + cerr << "Performing gzdopen on handle " << h << " with mode \"" << format << "\"\n"; if (!(zfile = gzdopen(h, format))) { throw GeneralException(_("Was not able to gzdopen.")); } -- cgit v1.2.3