Commit 20fe7d88 authored by Robert Butora's avatar Robert Butora
Browse files

log: fixes header length to print card-count (was size in bytes)

parent 38c89833
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ string fits::header::get_header(bool apply_fixes)
      }
      else
      {
         LOG_STREAM << "header length: " << strlen(header_cstr) << endl;
         LOG_STREAM << "header length: " << strlen(header_cstr)/80 << endl;

         if(apply_fixes)
         {