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

x2go pushed a commit to branch master
in repository x2goclient.

commit ab9be3f08064859e79d9d1448b00f51dac07a8fe
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sun Oct 29 14:32:29 2017 +0100

    src/pulsemanager.cpp: print out PA --version output as a debug message.
---
 debian/changelog     | 4 +++-
 src/pulsemanager.cpp | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index df7f492..6ef9dba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x2goclient (4.1.1.1-0x2go1) UNRELEASED; urgency=medium
 
-  * Continue development
+  [ Mihai Moldovan ]
+  * New upstream version (4.1.1.1):
+    - src/pulsemanager.cpp: print out PA --version output as a debug message.
 
  -- X2Go Release Manager <git-ad...@x2go.org>  Sun, 29 Oct 2017 11:44:44 +0100
 
diff --git a/src/pulsemanager.cpp b/src/pulsemanager.cpp
index 1bd94c4..342579d 100644
--- a/src/pulsemanager.cpp
+++ b/src/pulsemanager.cpp
@@ -366,6 +366,8 @@ void PulseManager::fetch_pulseaudio_version () {
     QString stdout_data (ba.data ());
     QStringList stdout_list (stdout_data.split ("\n"));
 
+    x2goDebug << "pulseaudio --version returned:" << stdout_data << endl;
+
     bool found = false;
     for (QStringList::const_iterator cit = stdout_list.begin (); (cit != 
stdout_list.end ()) && (!stop_processing); ++cit) {
       /* Remove trailing whitespace, mostly carriage returns on Windows. */

--
Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email 
on /srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to