SEBWIN-519, #194: Forgot to log accept language value.

This commit is contained in:
Damian Büchel 2021-12-23 15:23:54 +01:00
parent eb5f0e980d
commit aa88feb918

View file

@ -328,6 +328,7 @@ namespace SafeExamBrowser.Browser
InitializeProxySettings(cefSettings);
logger.Debug($"Accept Language: {cefSettings.AcceptLanguageList}");
logger.Debug($"Cache Path: {cefSettings.CachePath}");
logger.Debug($"Engine Version: Chromium {Cef.ChromiumVersion}, CEF {Cef.CefVersion}, CefSharp {Cef.CefSharpVersion}");
logger.Debug($"Log File: {cefSettings.LogFile}");