From d202b052e29fe78208bbb99b64f631ad80c828ff Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Wed, 22 Mar 2017 16:33:58 +0100 Subject: Remove leading \n in NXTrans* logging --- nxcomp/src/Loop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nxcomp') 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) -- cgit v1.2.3