Minor tweak to listening port info output
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
This commit is contained in:
parent
9be6ac32bf
commit
bcb4c3c711
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ int main(int argc, char **argv) {
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%u\n", args.port);
|
printf("listening on port: %u\n", args.port);
|
||||||
printf("config file is: %s\n", args.config_file);
|
printf("config file is: %s\n", args.config_file);
|
||||||
|
|
||||||
__attribute__((cleanup(c_simple_http_clean_up_parsed_config)))
|
__attribute__((cleanup(c_simple_http_clean_up_parsed_config)))
|
||||||
|
|
Loading…
Reference in a new issue