From 10d0c8f54d7f614fa8705590c9f86698cc6cb7bf Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 3 May 2004 13:04:37 +0000 Subject: Debug message ripped out --- lib/Input.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Input.cc b/lib/Input.cc index cf44385..f8762d9 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Input.cc,v 1.43 2004-04-30 08:21:36 pixel Exp $ */ +/* $Id: Input.cc,v 1.44 2004-05-03 13:04:37 pixel Exp $ */ #include #include @@ -95,7 +95,9 @@ Input::Input(const String & no) throw (GeneralException) : #endif if (GetHandle() < 0) { +#ifdef DEBUG printm(M_BARE, "Got handle: %i opening file " + no + "\n", GetHandle()); +#endif throw IOGeneral(String(_("Error opening file ")) + no + _(" for reading: ") + strerror(errno)); } -- cgit v1.2.3