diff options
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Input.cc b/lib/Input.cc index 3f2fe21..417ddab 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.38 2003-12-07 05:50:41 pixel Exp $ */ +/* $Id: Input.cc,v 1.39 2003-12-14 21:13:33 pixel Exp $ */ #include <stdio.h> #include <string.h> @@ -95,7 +95,7 @@ Input::Input(const String & no) throw (GeneralException) : #endif if (GetHandle() < 0) { - printm(M_BARE, "Got handle: %i\n", GetHandle()); + printm(M_BARE, "Got handle: %i opening file " + no + "\n", GetHandle()); throw IOGeneral(String(_("Error opening file ")) + no + _(" for reading: ") + strerror(errno)); } |