Przeglądaj źródła

Update Jellyfin.Server/Program.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
David 5 lat temu
rodzic
commit
fa4e0a73d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jellyfin.Server/Program.cs

+ 1 - 1
Jellyfin.Server/Program.cs

@@ -356,7 +356,7 @@ namespace Jellyfin.Server
                         }
 
                         options.ListenUnixSocket(socketPath);
-                        _logger.LogInformation($"Kestrel listening to unix socket {socketPath}");
+                        _logger.LogInformation("Kestrel listening to unix socket {socketPath}", socketPath);
                     }
                 })
                 .ConfigureAppConfiguration(config => config.ConfigureAppConfiguration(commandLineOpts, appPaths, startupConfig))