From: Sweidan Omar Date: Wed, 19 Jan 2022 13:55:34 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=b0a1e0d95a82a8a6ce06b74789cde4d8de85aba2;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32800 --- 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; } }