mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
Change signal server logfile name
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user