mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Trim URL before to display it
This commit is contained in:
parent
d3f031f3ee
commit
6c1cf58572
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ bool CHttpClient::send(const std::string& buffer, bool verbose)
|
||||||
|
|
||||||
if(verbose)
|
if(verbose)
|
||||||
{
|
{
|
||||||
nldebug("Sending '%s' to '%s'", buffer.c_str(), _Sock.remoteAddr().asString().c_str());
|
nldebug("Sending '%s' to '%s'", trim(buffer).c_str(), _Sock.remoteAddr().asString().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32 size = (uint32)buffer.size();
|
uint32 size = (uint32)buffer.size();
|
||||||
|
|
Loading…
Reference in a new issue