summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uscxml/server/HTTPServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/server/HTTPServer.cpp b/src/uscxml/server/HTTPServer.cpp
index eddfe6e..d9fbc77 100644
--- a/src/uscxml/server/HTTPServer.cpp
+++ b/src/uscxml/server/HTTPServer.cpp
@@ -102,7 +102,7 @@ HTTPServer::HTTPServer(unsigned short port, unsigned short wsPort, SSLConfig* ss
if (_httpHandle) {
LOG(INFO) << "HTTP server listening on tcp/" << _port;
} else {
- LOG(ERROR) << "HTTP server cannot bind to tcp/" << _wsPort;
+ LOG(ERROR) << "HTTP server cannot bind to tcp/" << _port;
}
}