Skip to content

Commit 12393ef

Browse files
committed
Minor logging format fix
1 parent 580d2bc commit 12393ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/PatchKit Patcher/Scripts/AppUpdater/AppUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void Update(CancellationToken cancellationToken)
5555
}
5656
else
5757
{
58-
DebugLogger.LogWarningFormat("Strategy caused exception, being handled by fallback: {0}, Trace: {1}", ex.Message, ex.StackTrace);
58+
DebugLogger.LogWarningFormat("Strategy caused exception, being handled by fallback: {0}, Trace: {1}", ex, ex.StackTrace);
5959

6060
if (!TryHandleFallback(cancellationToken))
6161
{

0 commit comments

Comments
 (0)