Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -503,7 +503,7 @@ string fits::header::get_header(bool apply_fixes) ...@@ -503,7 +503,7 @@ string fits::header::get_header(bool apply_fixes)
} }
else else
{ {
LOG_STREAM << "header length: " << strlen(header_cstr) << endl; LOG_STREAM << "header length: " << strlen(header_cstr)/80 << endl;
if(apply_fixes) if(apply_fixes)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment