aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-06-16 22:43:21 +0200
committerMihai Moldovan <ionic@ionic.de>2015-06-16 22:43:21 +0200
commit5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df (patch)
treec5547f67a38dee161c7364438d47b6d2d72d5ae3
parentd8f3aa4140f52c1067a0686cf780a568b27a6c0b (diff)
downloadnx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.tar.gz
nx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.tar.bz2
nx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.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