Skip to content

Commit

Permalink
squash w/ startup/shutdown. Fix bug with incompatible options on star…
Browse files Browse the repository at this point in the history
…tup.
  • Loading branch information
korydraughn committed Nov 9, 2024
1 parent ad3f140 commit 9506ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main_server/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ auto main(int _argc, char* _argv[]) -> int
}

if (vm.count("daemonize") > 0) {
if (vm.count("stdout") > 0) {
if (write_to_stdout) {
fmt::print(stderr, "Error: --daemonize and --stdout are incompatible.\n");
return 1;
}
Expand Down

0 comments on commit 9506ae8

Please sign in to comment.