Skip to content

Commit

Permalink
tested the logfile passing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Reiser committed Aug 8, 2024
1 parent ddba6b8 commit 03d8bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umsg_gen/umsg_gen/templates/log_parser.cpp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03d8bd8

Please sign in to comment.