summaryrefslogtreecommitdiffstats
path: root/lib/log/syslog.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log/syslog.php')
-rw-r--r--lib/log/syslog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/log/syslog.php b/lib/log/syslog.php
index a28255ed10e..c98deab7109 100644
--- a/lib/log/syslog.php
+++ b/lib/log/syslog.php
@@ -28,7 +28,7 @@ class OC_Log_Syslog {
* write a message in the log
* @param string $app
* @param string $message
- * @param int level
+ * @param int $level
*/
public static function write($app, $message, $level) {
$minLevel = min(OC_Config::getValue("loglevel", OC_Log::WARN), OC_Log::ERROR);