This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 9dba4ece36b8a38d9acab460c9aad3779021aa0a Author: Mike DePaulo <mikedep333@gmail.com> Date: Sun May 10 10:44:19 2015 -0400 Windows: Print to debug about deleting PuTTY session registry key --- src/sshprocess.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sshprocess.cpp b/src/sshprocess.cpp index 3c43496..ffecb51 100644 --- a/src/sshprocess.cpp +++ b/src/sshprocess.cpp @@ -171,6 +171,9 @@ void SshProcess::addPuttyReg(QString host, QString uuidStr) void SshProcess::rmPuttyReg(QString uuidStr) { +#ifdef DEBUG + x2goDebug<<"deleting key in registry: HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions\\"+uuidStr<<endl; +#endif QSettings st("HKEY_CURRENT_USER\\Software\\SimonTatham\\PuTTY\\Sessions", QSettings::NativeFormat); st.remove(uuidStr); -- Alioth's /srv/git/code.x2go.org/x2goclient.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git