This commit is contained in:
Andre Puschmann 2017-09-25 22:19:03 +02:00
parent f159aeeb57
commit 3a7744af80
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ bool enb::init(all_args_t *args_)
logger = &logger_stdout;
printf("log name is output\n");
} else {
printf("lgo name is %s\n", args->log.filename.c_str());
printf("log name is %s\n", args->log.filename.c_str());
logger_file.init(args->log.filename);
logger_file.log("\n\n");
logger = &logger_file;