[X2Go-Commits] [nx-libs] 01/01: nxcomp/src/Loop.cpp: log message fixups only.

git-admin at x2go.org git-admin at x2go.org
Tue Dec 19 05:44:49 CET 2017


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 at 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


More information about the x2go-commits mailing list