mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 00:19:25 -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;
|
||||
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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user