diff options
author | Pixel <Pixel> | 2001-11-25 23:50:14 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-25 23:50:14 +0000 |
commit | 9707409e4d15eadac9b3c752c3c6877788943a58 (patch) | |
tree | 58a8ef3851967415fd21674648f02c42e8eab4cd /lib/Input.cc | |
parent | 8b6b771ca421f4f08f58debbf5459b020cf1bef7 (diff) |
Wow, everything almost work!!! Amazing!!!
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Input.cc b/lib/Input.cc index ad8991a..df0222a 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -16,6 +16,8 @@ Input::Input(String no) throw (GeneralException) : if (GetHandle() < 0) { throw IOGeneral(String("Error opening file") + no + " for reading: " + strerror(errno)); } + + cerr << "File " << no << " is opened with handle " << GetHandle() << endl; } bool Input::CanWrite() { |