diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-10-10 14:08:26 +0100 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-10-10 14:08:26 +0100 |
| commit | b34d6fec3db8b00aee11a8ff0c165048abed0ec1 (patch) | |
| tree | a1945568f68bf4c641d0ae5e0521e64545bdd6a5 | |
| parent | 6dc81ec8e8e25ed73d6d8ad932de57774f3a4418 (diff) | |
fixed tests
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 768f7a9c8..e9cac8fa4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -314,7 +314,7 @@ namespace Emby.Server.Implementations var networkSettings = new NetworkConfiguration(); ClassMigrationHelper.CopyProperties(ServerConfigurationManager.Configuration, networkSettings); _xmlSerializer.SerializeToFile(networkSettings, path); - Logger.LogDebug("Successfully migrated network settings."); + Logger?.LogDebug("Successfully migrated network settings."); } } |
