Change signal server logfile name

This commit is contained in:
dijunkun
2023-10-11 15:06:54 +08:00
parent 24b94b8ffc
commit a25b7f0aad
4 changed files with 8 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ int main(int argc, char* argv[]) {
} else {
port = "9090";
}
std::cout << "Port: " << port << std::endl;
s.run(std::stoi(port));
return 0;
}