From 5a64974cc5f0e9001cb0ddba4cb2c956ba43f7df Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Tue, 16 Jun 2015 22:43:21 +0200 Subject: nxcomp/Loop.cpp: tiny whitespace fix. No functional change. --- nxcomp/Loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp') 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 -- cgit v1.2.3