diff options
author | Vadim Troshchinskiy <vtroshchinskiy@qindel.com> | 2017-03-22 16:33:58 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-10-27 09:01:44 +0200 |
commit | d202b052e29fe78208bbb99b64f631ad80c828ff (patch) | |
tree | 89f3cf907ae1c72daf30b1e7b79aab18e648eaa4 /nxcomp | |
parent | f855b3b614cd9de8e55699141798e6038db36fd6 (diff) | |
download | nx-libs-d202b052e29fe78208bbb99b64f631ad80c828ff.tar.gz nx-libs-d202b052e29fe78208bbb99b64f631ad80c828ff.tar.bz2 nx-libs-d202b052e29fe78208bbb99b64f631ad80c828ff.zip |
Remove leading \n in NXTrans* logging
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/src/Loop.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 114bf9709..78b0b55d9 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -2565,7 +2565,7 @@ int NXTransPrepare(int *setFDs, fd_set *readSet, return 0; } - nxinfo << "\nNXTransPrepare: Going to prepare the NX transport.\n" + nxinfo << "NXTransPrepare: Going to prepare the NX transport.\n" << std::flush; if (control -> ProxyStage < stage_operational) @@ -2691,7 +2691,7 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, return 0; } - nxinfo << "\nNXTransSelect: Going to select the NX descriptors.\n" + nxinfo << "NXTransSelect: Going to select the NX descriptors.\n" << std::flush; @@ -2858,7 +2858,7 @@ int NXTransExecute(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, return 0; } - nxinfo << "\nNXTransExecute: Going to execute I/O on the NX descriptors.\n" + nxinfo << "NXTransExecute: Going to execute I/O on the NX descriptors.\n" << std::flush; if (control -> ProxyStage >= stage_operational) |