diff options
| author | Peaches_MLG <PeachesMLG100@gmail.com> | 2024-03-09 21:27:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 21:27:41 +0000 |
| commit | b9c93938d92718c54d0968b14d06ac8a3b70a427 (patch) | |
| tree | 765e6d6075f2aef057d252d7513e5ea864e03098 /Jellyfin.Server/Helpers | |
| parent | d77aa6c23496ee0de58ba674514469cfad1aa0d9 (diff) | |
Update Jellyfin.Server/Helpers/StartupHelpers.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
Diffstat (limited to 'Jellyfin.Server/Helpers')
| -rw-r--r-- | Jellyfin.Server/Helpers/StartupHelpers.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Jellyfin.Server/Helpers/StartupHelpers.cs b/Jellyfin.Server/Helpers/StartupHelpers.cs index dd991a9e0..5311a30e4 100644 --- a/Jellyfin.Server/Helpers/StartupHelpers.cs +++ b/Jellyfin.Server/Helpers/StartupHelpers.cs @@ -57,9 +57,9 @@ public static class StartupHelpers logger.LogInformation("User Interactive: {IsUserInteractive}", Environment.UserInteractive); logger.LogInformation("Processor count: {ProcessorCount}", Environment.ProcessorCount); logger.LogInformation("Program data path: {ProgramDataPath}", appPaths.ProgramDataPath); - logger.LogInformation("Log Directory Path: {LogDirectoryPath}", appPaths.LogDirectoryPath); - logger.LogInformation("Config Directory Path: {ConfigurationDirectoryPath}", appPaths.ConfigurationDirectoryPath); - logger.LogInformation("Cache Path: {CachePath}", appPaths.CachePath); + logger.LogInformation("Log directory path: {LogDirectoryPath}", appPaths.LogDirectoryPath); + logger.LogInformation("Config directory path: {ConfigurationDirectoryPath}", appPaths.ConfigurationDirectoryPath); + logger.LogInformation("Cache path: {CachePath}", appPaths.CachePath); logger.LogInformation("Web resources path: {WebPath}", appPaths.WebPath); logger.LogInformation("Application directory: {ApplicationPath}", appPaths.ProgramSystemPath); } |
