diff --git a/lib/Cake/Log/Engine/SyslogLog.php b/lib/Cake/Log/Engine/SyslogLog.php index d70eca5a0..a34f03d7c 100644 --- a/lib/Cake/Log/Engine/SyslogLog.php +++ b/lib/Cake/Log/Engine/SyslogLog.php @@ -154,7 +154,7 @@ class SyslogLog extends BaseLog { /** * Closes the logger connection - **/ + */ public function __destruct() { closelog(); }