We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c447743 commit 063e3d6Copy full SHA for 063e3d6
1 file changed
src/webserver.cpp
@@ -325,7 +325,7 @@ bool webserver::start(bool blocking)
325
326
if(this->daemon == NULL)
327
{
328
- throw std::invalid_argument("Unable to connect daemon to port: " + this->port);
+ throw std::invalid_argument("Unable to connect daemon to port: " + std::to_string(this->port));
329
}
330
331
bool value_onclose = false;
0 commit comments