diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-16 22:43:21 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:06 +0200 |
commit | 8f4138457d0db8e782b450a60ade6a096a5cb048 (patch) | |
tree | 0d83c4b07c7ad72796678af75359e059b2c60056 | |
parent | 8d9e8f70b25a1e2a14b79168e74056f146430a34 (diff) | |
download | nx-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.cpp | 2 |
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 |