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

git-admin at x2go.org git-admin at x2go.org
Thu Sep 22 04:37:33 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 ffcc0386fef41f123c973772d78c11105ae1a208
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 834bd8d..3598108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -328,6 +328,7 @@ x2goclient (4.0.5.3-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.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Mon, 19 Sep 2016 09:07:07 +0200
 
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