[X2Go-Commits] [x2goclient] 197/217: src/x2goutils.cpp: add some debug logging to find_binary ().

git-admin at x2go.org git-admin at x2go.org
Sat Aug 27 19:26:40 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 5f6d6b4023d3a5c6c4a77de958bf4774eb862c67
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jun 22 04:53:13 2016 +0200

    src/x2goutils.cpp: add some debug logging to find_binary ().
---
 debian/changelog  |    1 +
 src/x2goutils.cpp |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a9b104f..206587b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -360,6 +360,7 @@ x2goclient (4.0.5.2-0x2go1) UNRELEASED; urgency=medium
     - src/pulsemanager.cpp: remove extraneous newlines from debug output.
     - src/x2goutils.cpp: fix faulty logic in find_binary (): only reset the
       given path to CWD iff it's actually empty. Not the other way around.
+    - src/x2goutils.cpp: add some debug logging to find_binary ().
   * 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/x2goutils.cpp b/src/x2goutils.cpp
index 45c31df..9612b12 100644
--- a/src/x2goutils.cpp
+++ b/src/x2goutils.cpp
@@ -321,6 +321,10 @@ QString find_binary (const QString &path, const QString &binary_name) {
         ret = tmp_file_info.canonicalFilePath ();
         break;
       }
+      else {
+        x2goDebug << "Binary at " << cur_path << " either does not exist (" << !(tmp_file_info.exists ())
+                  << ") or is not executable (" << tmp_file_info.isExecutable () << ")";
+      }
     }
   }
 

--
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