Skip to content
Snippets Groups Projects
Commit 81613e5e authored by Millian Poquet's avatar Millian Poquet
Browse files

[code] loguru: main

parent dbd8be71
Branches
Tags
No related merge requests found
......@@ -237,7 +237,7 @@ int main(int argc, char ** argv)
printf("Invalid variant options: Not a JSON object. variant_options='%s'\n", variant_options.c_str());
return 1;
}
printf("variant_options = '%s'\n", variant_options.c_str());
LOG_F(INFO, "variant_options = '%s'", variant_options.c_str());
// Scheduling variant
if (scheduling_variant == "filler")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment