Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
26d6e6c12a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/fltprogs/fltCopy.cxx

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