From b0a1e0d95a82a8a6ce06b74789cde4d8de85aba2 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Wed, 19 Jan 2022 13:55:34 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32800 --- client/DxPlay/Model/DxPlayModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/DxPlay/Model/DxPlayModel.cs b/client/DxPlay/Model/DxPlayModel.cs index f8be9c13..ac526b83 100644 --- a/client/DxPlay/Model/DxPlayModel.cs +++ b/client/DxPlay/Model/DxPlayModel.cs @@ -213,7 +213,7 @@ namespace DxPlay.Model { SafeDelete(currentFile.FullName); CurrentFile = null; } catch (Exception e) { - logger.Error(e); + logger.Error(e.StackTrace); throw e; } } -- 2.54.0