From f3e17e66f725cfa03a9ba29a9c53e8fc7b3ba871 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 21 Nov 2012 09:33:47 +0000 Subject: [PATCH] windows: add debug rule for #1037 --- SparkleShare/Windows/SparkleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Windows/SparkleController.cs b/SparkleShare/Windows/SparkleController.cs index b3ec49bb..c9b59f95 100644 --- a/SparkleShare/Windows/SparkleController.cs +++ b/SparkleShare/Windows/SparkleController.cs @@ -236,7 +236,7 @@ namespace SparkleShare { SparkleLogger.LogInfo ("Controller", "ssh-agent started, PID=" + this.ssh_agent_pid); } else { - SparkleLogger.LogInfo ("Controller", "ssh-agent started, PID=Unknown"); + SparkleLogger.LogInfo ("Controller", "Could not start ssh-agent:" + output); } }