aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Program.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-02-02 07:26:25 -0700
committerGitHub <noreply@github.com>2023-02-02 07:26:25 -0700
commit58b3945805db4f88bc069ee84013bdf85d7429b1 (patch)
tree8be065d74df45923f59a3b2f43a8d7baa431ab23 /Jellyfin.Server/Program.cs
parente79f5d8226a0b1f9857671c04541ab936137d5b6 (diff)
parent0bbeead6c7d68bdb09b8b3d0367e9f186042167d (diff)
Merge pull request #9191 from barronpm/applicationhost-cleanup1
Diffstat (limited to 'Jellyfin.Server/Program.cs')
-rw-r--r--Jellyfin.Server/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Program.cs b/Jellyfin.Server/Program.cs
index 25fe30a39..6e8b17a73 100644
--- a/Jellyfin.Server/Program.cs
+++ b/Jellyfin.Server/Program.cs
@@ -148,7 +148,7 @@ namespace Jellyfin.Server
"Jellyfin version: {Version}",
Assembly.GetEntryAssembly()!.GetName().Version!.ToString(3));
- ApplicationHost.LogEnvironmentInfo(_logger, appPaths);
+ StartupHelpers.LogEnvironmentInfo(_logger, appPaths);
// If hosting the web client, validate the client content path
if (startupConfig.HostWebClient())