SEBWIN-519, #194: Forgot to log accept language value.
This commit is contained in:
parent
eb5f0e980d
commit
aa88feb918
1 changed files with 1 additions and 0 deletions
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue