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 9360c9f2b1634d336a7ad70b7f42b84539b315ab Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 25 02:18:04 2017 +0100 fixup --- nxcomp/src/Log.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nxcomp/src/Log.cpp b/nxcomp/src/Log.cpp index 05de09e..a3a7222 100644 --- a/nxcomp/src/Log.cpp +++ b/nxcomp/src/Log.cpp @@ -115,7 +115,7 @@ NXLog& operator<< (NXLog& out, const NXLogStamp& value) if ((looks_like_append) && (!append)) { - std::cerr << "WARNING: At least one element in logstamp invalid, but this is not supposed to be an append operation." + std::cerr << "WARNING: At least one element in logstamp invalid, but this is not supposed to be an append operation. " << "Internal state error!\n" << "Log line will be discarded!" << std::endl; } else if (append) @@ -126,17 +126,17 @@ NXLog& operator<< (NXLog& out, const NXLogStamp& value) /* And the buffer must of course be non-empty. */ if (out.has_buffer()) { - out << "(cont.) "; + out << " (cont.) "; } else { - std::cerr << "WARNING: Append operation requested, but no queued data available." + std::cerr << "WARNING: Append operation requested, but no queued data available. " << "Internal state error!\n" << "Log line will be discarded!" << std::endl; } } else { - std::cerr << "WARNING: Append operation requested, but internal log level not matching line level." + std::cerr << "WARNING: Append operation requested, but internal log level not matching line level. " << "Internal state error!\n" << "Log line will be discarded!" << std::endl; } } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git