Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d202b052
Commit
d202b052
authored
Mar 22, 2017
by
Vadim Troshchinskiy
Committed by
Mihai Moldovan
Oct 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove leading \n in NXTrans* logging
parent
f855b3b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Loop.cpp
nxcomp/src/Loop.cpp
+3
-3
No files found.
nxcomp/src/Loop.cpp
View file @
d202b052
...
@@ -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
<<
"
\n
NXTransPrepare: 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
<<
"
\n
NXTransSelect: 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
<<
"
\n
NXTransExecute: 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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment