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; }