Wrong logging

12 views
Skip to first unread message

Sigitas L

unread,
Apr 12, 2016, 5:31:36 AM4/12/16
to OpenLiteSpeed Development
rewriteengine.cpp :

  798                 if (m_logLevel > 4)
  799                     LS_INFO(pSession->getLogSession(),
  800                             "[REWRITE] Set Proxy Host header to: '%s' ",
  801                             pKey, pValue);

I guess pKey is superfluous here and should look like 

  798                 if (m_logLevel > 4)
  799                     LS_INFO(pSession->getLogSession(),
  800                             "[REWRITE] Set Proxy Host header to: '%s' ",
  801                             pValue);

David

unread,
Apr 12, 2016, 9:14:30 AM4/12/16
to openlitespee...@googlegroups.com
Thanks for your help.
David
--
You received this message because you are subscribed to the Google Groups "OpenLiteSpeed Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openlitespeed-deve...@googlegroups.com.
To post to this group, send email to openlitespee...@googlegroups.com.
Visit this group at https://groups.google.com/group/openlitespeed-development.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages