Commit d202b052 authored by Vadim Troshchinskiy's avatar Vadim Troshchinskiy Committed by Mihai Moldovan

Remove leading \n in NXTrans* logging

parent f855b3b6
...@@ -2565,7 +2565,7 @@ int NXTransPrepare(int *setFDs, fd_set *readSet, ...@@ -2565,7 +2565,7 @@ int NXTransPrepare(int *setFDs, fd_set *readSet,
return 0; return 0;
} }
nxinfo << "\nNXTransPrepare: Going to prepare the NX transport.\n" nxinfo << "NXTransPrepare: Going to prepare the NX transport.\n"
<< std::flush; << std::flush;
if (control -> ProxyStage < stage_operational) if (control -> ProxyStage < stage_operational)
...@@ -2691,7 +2691,7 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, ...@@ -2691,7 +2691,7 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet,
return 0; return 0;
} }
nxinfo << "\nNXTransSelect: Going to select the NX descriptors.\n" nxinfo << "NXTransSelect: Going to select the NX descriptors.\n"
<< std::flush; << std::flush;
...@@ -2858,7 +2858,7 @@ int NXTransExecute(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet, ...@@ -2858,7 +2858,7 @@ int NXTransExecute(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet,
return 0; 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; << std::flush;
if (control -> ProxyStage >= stage_operational) if (control -> ProxyStage >= stage_operational)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment