summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--src/uscxml/server/HTTPServer.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a37ee9b..3452e4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,6 @@ before_install:
- sudo apt-get install -qq libopenal-dev libsndfile-dev
- sudo apt-get install -qq expect-dev
- sudo apt-get install -qq libprotobuf-dev libprotoc-dev
+ - sudo apt-get install -qq swi-prolog swi-prolog-sgml
+
script: mkdir build && cd build && cmake .. && make
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;
}
}