Skip to content

Commit 7302af3

Browse files
author
Marius Burkard
committed
Update app.inc.php
1 parent b300e59 commit 7302af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/app.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function log($msg, $priority = 0, $dblog = true) {
266266
}
267267

268268
/** @var string Formatted message to be sent to the logging subsystems. */
269-
$log_msg = @date('d.m.Y-H:i') . ' - ' . $priority_txt .' ' . $file_line_caller . '- '. $msg;
269+
$log_msg = @date('d.m.Y-H:i') . ' - ' . $priority_txt . ' ' . $file_line_caller . ' - '. $msg;
270270

271271
// Check if the user-set priority defines that this message should be output at all.
272272
if($priority >= $conf['log_priority']) {

0 commit comments

Comments
 (0)