[X2Go-Commits] [x2goclient] 195/217: src/pulsemanager.cpp: remove extraneous newlines from debug output.

git-admin at x2go.org git-admin at x2go.org
Sat Aug 27 19:26:38 CEST 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch bugfix/osx
in repository x2goclient.

commit 599a0efc0c8bb766ce15ee6c21936e695fb4e00b
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 22 04:49:16 2016 +0200

    src/pulsemanager.cpp: remove extraneous newlines from debug output.
---
 debian/changelog     |    1 +
 src/pulsemanager.cpp |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a64a801..8a338be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -357,6 +357,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.cpp: fix startup sound playback when using the
       system-PA version.
     - src/pulsemanager.cpp: add warning message boxes where appropriate.
+    - src/pulsemanager.cpp: remove extraneous newlines from debug output.
   * debian/control:
     - Maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
     - Uploaders: add myself. Also, force a rebuild due to the changed
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 223b7df..1fff171 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -145,8 +145,8 @@ PulseManager::PulseManager () : app_dir_ (QApplication::applicationDirPath ()),
   QFileInfo tmp_file_info = QFileInfo (server_binary_);
   server_working_dir_ = tmp_file_info.canonicalPath ();
 
-  x2goDebug << "Found PA binary as " << server_binary_ << endl;
-  x2goDebug << "Corresponding working dir: " << server_working_dir_ << endl;
+  x2goDebug << "Found PA binary as " << server_binary_;
+  x2goDebug << "Corresponding working dir: " << server_working_dir_;
 
 #elif defined (Q_OS_WIN)
   server_working_dir_ = QString (app_dir_ + "/pulse/");

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list