From 26d6e6c12a8e2ced0b0cbb6c88b1e4b82b9928fc Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 9 Nov 2000 18:40:10 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/fltprogs/fltCopy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/fltprogs/fltCopy.cxx b/pandatool/src/fltprogs/fltCopy.cxx index 61c6131e88..cb6b105a1b 100644 --- a/pandatool/src/fltprogs/fltCopy.cxx +++ b/pandatool/src/fltprogs/fltCopy.cxx @@ -106,7 +106,7 @@ copy_flt_file(const Filename &source, const Filename &dest, FltError result = header->read_flt(source); if (result != FE_ok) { - nout << "Cannot read " << source << "\n"; + nout << "Cannot read " << source << ": " << result << "\n"; return false; }