[X2Go-Commits] [x2goclient] 02/06: Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if --debug is given.
git-admin at x2go.org
git-admin at x2go.org
Thu Jan 8 13:12:25 CET 2015
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit c4e71a4510a3316367376f7ee0cf3fcbdd56e2c9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Jan 8 09:28:40 2015 +0100
Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if --debug is given.
---
debian/changelog | 2 ++
sshmasterconnection.cpp | 3 +--
sshprocess.cpp | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d980d69..790067e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ x2goclient (4.0.3.2-0x2go1) UNRELEASED; urgency=medium
- Be more exact when reporting rev forwarding tunnel request failures to
the GUI user. Include the purpose of the tunnel (NX, audio, foldersharing)
in the error message.
+ - Enable debugging in sshprocess.cpp and sshmasterconnection.cpp if
+ --debug is given.
[ Jason Alavaliant ]
* New upstream verson (4.0.3.2):
diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp
index 519548f..7187dfd 100755
--- a/sshmasterconnection.cpp
+++ b/sshmasterconnection.cpp
@@ -48,8 +48,7 @@
#define PROXYTUNNELPORT 44444
-#undef DEBUG
-// #define DEBUG
+#define DEBUG
#undef SSH_DEBUG
// #define SSH_DEBUG
diff --git a/sshprocess.cpp b/sshprocess.cpp
index 1b9964b..b1a940c 100755
--- a/sshprocess.cpp
+++ b/sshprocess.cpp
@@ -28,8 +28,8 @@
#include <netinet/tcp.h>
#endif
-#undef DEBUG
-// #define DEBUG
+// #undef DEBUG
+#define DEBUG
#define KEEPALIVE_OPTION " -o ServerAliveInterval=60 "
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list