mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b0ed5c47e7
commit
ef9a302398
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ String RpcExecute(const String& request, const char *group, const char *peeraddr
|
|||
else
|
||||
r = DoXmlRpc(request, group, peeraddr, mn);
|
||||
if(rpc_trace) {
|
||||
mn << "(" << tm.Elapsed() << " ms)";
|
||||
mn << " (" << tm.Elapsed() << " ms)";
|
||||
if(rpc_trace_level == 0)
|
||||
*rpc_trace << "Rpc " << mn << " finished OK \n";
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue