@@ -95,7 +95,7 @@ |
||
| 95 | 95 | $strMessage = $this->replaceContext($message, $context); |
| 96 | 96 | $strLine .= $this->strSep . $this->prepareText(strtoupper($level) . ': ' . $strMessage); |
| 97 | 97 | // user agent |
| 98 | - if (($this->iOptions & self::LOG_BT) != 0 ) { |
|
| 98 | + if (($this->iOptions & self::LOG_BT) != 0) { |
|
| 99 | 99 | $strLine .= $this->strSep . $this->prepareText($_SERVER["HTTP_USER_AGENT"]); |
| 100 | 100 | } |
| 101 | 101 | |