mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 08:59:37 -05:00
fixed typo
This commit is contained in:
parent
1b8f137dee
commit
a584b822a8
@ -141,7 +141,7 @@ void JsonApiServer::start(uint16_t port, const std::string& bindAddress, const s
|
|||||||
mBindAddress = bindAddress;
|
mBindAddress = bindAddress;
|
||||||
mNewAccessRequestCallback = callback;
|
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");
|
RsThread::start("JsonApiServer");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user