Changed: Trim URL before to display it

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent e7645739a6
commit 79be594f54

@ -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…
Cancel
Save