windows keys: add more debug info for #1263

This commit is contained in:
Hylke Bons 2013-05-04 18:08:25 -04:00
parent a682da4d6f
commit b2a8597885

View file

@ -68,7 +68,8 @@ namespace SparkleShare {
if (process.ExitCode == 0)
SparkleLogger.LogInfo ("Auth", "Imported key '" + key_file_path + "'");
else
SparkleLogger.LogInfo ("Auth", "Could not import key '" + key_file_path + "'");
SparkleLogger.LogInfo ("Auth", "Could not import key '" + key_file_path + "'",
process.StandardError.ReadToEnd ());
}