This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch bugfix/typos in repository x2goclient. commit 21f3c4516f82adfdddd276357cb241c5dbf5fa4f Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Feb 3 02:00:59 2017 +0100 src/pulsemanager.cpp: fix up a debug string. Qt drops a space where I'd like to have one and inserts a space where I'd like none, so work around that fancifully. --- debian/changelog | 3 +++ src/pulsemanager.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 98c4d4d..cc9bcda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -560,6 +560,9 @@ x2goclient (4.1.0.0-0x2go1) UNRELEASED; urgency=medium - src/{onmainwindow,httpbrokerclient}.cpp: fix up error/warning message displayed when the server-specified key is unknown, but we have another key type stored already. + - src/pulsemanager.cpp: fix up a debug string. Qt drops a space where I'd + like to have one and inserts a space where I'd like none, so work around + that fancifully. [ Bernard Cafarelli ] * New upstream version (4.1.0.0): diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp index 30c2262..c050e01 100644 --- a/src/pulsemanager.cpp +++ b/src/pulsemanager.cpp @@ -229,7 +229,7 @@ void PulseManager::start_generic () { * Otherwise, we'd better use signals and slots to not block the main thread. */ if (pulse_server_->waitForStarted (-1)) { - x2goDebug << "pulse started with arguments" << server_args_ << "; waiting for finish..."; + x2goDebug << "pulse started with arguments " << server_args_ << "- waiting for it to finish..."; state_ = QProcess::Running; connect (pulse_server_, SIGNAL (finished (int)), -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git