aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-06-16 22:43:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-09-28 07:53:06 +0200
commit8f4138457d0db8e782b450a60ade6a096a5cb048 (patch)
tree0d83c4b07c7ad72796678af75359e059b2c60056
parent8d9e8f70b25a1e2a14b79168e74056f146430a34 (diff)
downloadnx-libs-8f4138457d0db8e782b450a60ade6a096a5cb048.tar.gz
nx-libs-8f4138457d0db8e782b450a60ade6a096a5cb048.tar.bz2
nx-libs-8f4138457d0db8e782b450a60ade6a096a5cb048.zip
nxcomp/Loop.cpp: tiny whitespace fix. No functional change.
-rw-r--r--nxcomp/Loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index 0ab0dd988..7d17c19c8 100644
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -8120,7 +8120,7 @@ int WriteLocalData(int fd, const char *buffer, int size)
ret = select(fd+1, NULL, &writeSet, NULL, &selectTs);
#ifdef DEBUG
- *logofs << "Loop: WriteLocalData: select() returned with a code of " << ret << " and remaining timeout of "
+ *logofs << "Loop: WriteLocalData: select() returned with a code of " << ret << " and remaining timeout of "
<< selectTs.tv_sec << " sec, " << selectTs.tv_usec << "usec\n" << logofs_flush;
#endif