diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-06-16 22:43:21 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-06-16 22:43:21 +0200 |
commit | 5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df (patch) | |
tree | c5547f67a38dee161c7364438d47b6d2d72d5ae3 /nxcomp | |
parent | d8f3aa4140f52c1067a0686cf780a568b27a6c0b (diff) | |
download | nx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.tar.gz nx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.tar.bz2 nx-libs-5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df.zip |
nxcomp/Loop.cpp: tiny whitespace fix. No functional change.
Diffstat (limited to 'nxcomp')
-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 |