diff options
author | Pixel <Pixel> | 2002-01-10 13:04:43 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-01-10 13:04:43 +0000 |
commit | 483d424760f67f3664d4b44d5c0538f2c563d4b6 (patch) | |
tree | e349be10139cff3db1fbff6893878e3a0d5e815f | |
parent | fc18eacb463c786c72153a31b121ddcfda28d5c7 (diff) |
Debugging zlib...
-rw-r--r-- | lib/Handle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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.")); } |