Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/Logging.c')
-rw-r--r--src/Cedar/Logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cedar/Logging.c b/src/Cedar/Logging.c
index 5aaae6d5..9ec6a5a0 100644
--- a/src/Cedar/Logging.c
+++ b/src/Cedar/Logging.c
@@ -1430,6 +1430,7 @@ char *BuildHttpLogStr(HTTPLOG *h)
AddLogBufToStr(b, "HttpProtocol", h->Protocol);
AddLogBufToStr(b, "HttpReferer", h->Referer);
AddLogBufToStr(b, "HttpUserAgent", h->UserAgent);
+ AddLogBufToStr(b, "HttpAcceptLanguage", h->AcceptLanguage);
WriteBuf(b, &nullchar, 1);