mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
fixed typo
This commit is contained in:
parent
1b8f137dee
commit
a584b822a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue