diff --git a/umsg_gen/umsg_gen/templates/log_parser.cpp.j2 b/umsg_gen/umsg_gen/templates/log_parser.cpp.j2 index b60b40f..a8187b9 100644 --- a/umsg_gen/umsg_gen/templates/log_parser.cpp.j2 +++ b/umsg_gen/umsg_gen/templates/log_parser.cpp.j2 @@ -172,8 +172,8 @@ int main(int argc, char *argv[]) { {%endfor%} while(file.tellg()!= std::filesystem::file_size(file_path)) { - std::cout << "cursor at: " << file.tellg() << " from " << std::filesystem::file_size(file_path) << "\r"; sort_msg(file); + std::cout << "cursor at: " << file.tellg() << " from " << std::filesystem::file_size(file_path) << "\r"; } // close all the files