This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from dca511f Continue development new ab9be3f src/pulsemanager.cpp: print out PA --version output as a debug message. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 4 +++- src/pulsemanager.cpp | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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 <ionic@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-admin@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