Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
1e57465c
Commit
1e57465c
authored
Mar 24, 2022
by
Marius Burkard
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
7302af35
Pipeline
#10855
passed with stage
in 8 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
server/lib/app.inc.php
View file @
1e57465c
...
...
@@ -266,7 +266,7 @@ class app {
}
/** @var string Formatted message to be sent to the logging subsystems. */
$log_msg
=
@
date
(
'd.m.Y-H:i'
)
.
' - '
.
$priority_txt
.
' '
.
$file_line_caller
.
'
- '
.
$msg
;
$log_msg
=
@
date
(
'd.m.Y-H:i'
)
.
' - '
.
$priority_txt
.
' '
.
$file_line_caller
.
'- '
.
$msg
;
// Check if the user-set priority defines that this message should be output at all.
if
(
$priority
>=
$conf
[
'log_priority'
])
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment