Skip to content

Commit 3119481

Browse files
committed
Put stack trace in a log message
1 parent af5dd8b commit 3119481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetSparkle/SparkleUpdater.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ await Task.Factory.StartNew(() =>
642642
}
643643
catch (Exception e)
644644
{
645-
LogWriter.PrintMessage("Couldn't read/parse the app cast: {0}", e.Message);
645+
LogWriter.PrintMessage("Couldn't read/parse the app cast: {0}; {1}", e.Message, e.StackTrace);
646646
updates = null;
647647
}
648648

0 commit comments

Comments
 (0)