fixed typo

This commit is contained in:
csoler 2019-11-13 21:54:11 +01:00
parent 1b8f137dee
commit a584b822a8
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -141,7 +141,7 @@ void JsonApiServer::start(uint16_t port, const std::string& bindAddress, const s
mBindAddress = bindAddress;
mNewAccessRequestCallback = callback;
std::cerr << "(II) Srtating Json API on port " << port << ", address " << bindAddress << std::endl;
std::cerr << "(II) Starting Json API on port " << port << ", address " << bindAddress << std::endl;
RsThread::start("JsonApiServer");
}