This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch 3.6.x in repository nx-libs. from e7b7445 Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually header I was searching for. new 08ad4d0 nxcomp/src/Loop.cpp: log message fixups only. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nxcomp/src/Loop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 08ad4d04dbd7f08fa5f4b95177dc128e2fdabbb8 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:23:45 2017 +0100 nxcomp/src/Loop.cpp: log message fixups only. --- nxcomp/src/Loop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp index bb6d185..a779545 100644 --- a/nxcomp/src/Loop.cpp +++ b/nxcomp/src/Loop.cpp @@ -5529,11 +5529,11 @@ void RestoreSignal(int signal) if (lastMasks.enabled[signal] == 0) { nxwarn << "Loop: WARNING! Signal '" << DumpSignal(signal) - << " not installed in process with pid '" + << "' not installed in process with pid '" << getpid() << "'.\n" << std::flush; cerr << "Warning" << ": Signal '" << DumpSignal(signal) - << " not installed in process with pid '" + << "' not installed in process with pid '" << getpid() << "'.\n"; return; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git