This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x-rpm-debug in repository nx-libs. commit 019901f60124f6e785a5ec8c999e5a8ebc30ebbd Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 25 03:57:11 2017 +0100 nxcomp/src/Loop.cpp: whitespace within log lines only. --- nxcomp/src/Loop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index 465eaee..cfa175b 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -14051,7 +14051,7 @@ static void handleCheckSelectInLoop(int &setFDs, fd_set &readSet, i = 0; - nxinfo << "Loop: Selected for write are "; + nxinfo << "Loop: Selected for write are"; for (int j = 0; j < setFDs; j++) { @@ -14109,7 +14109,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs, { i = 0; - nxinfo << "Loop: Selected for read are "; + nxinfo << "Loop: Selected for read are"; for (int j = 0; j < setFDs; j++) { @@ -14132,7 +14132,7 @@ static void handleCheckResultInLoop(int &resultFDs, int &errorFDs, int &setFDs, i = 0; - nxinfo << "Loop: Selected for write are "; + nxinfo << "Loop: Selected for write are"; for (int j = 0; j < setFDs; j++) { -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git