fix build

This commit is contained in:
Hylke Bons 2013-05-14 21:12:15 +01:00
parent b2a8597885
commit 69404ce873

View file

@ -68,7 +68,7 @@ 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 ());
}