Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
9387f022
Commit
9387f022
authored
Aug 26, 2019
by
Marius Burkard
Browse files
- typo in logging line
parent
90afc995
Changes
1
Show whitespace changes
Inline
Side-by-side
server/lib/classes/system.inc.php
View file @
9387f022
...
...
@@ -2100,7 +2100,7 @@ class system{
$this
->
_last_exec_retcode
=
null
;
$ret
=
exec
(
$cmd
,
$this
->
_last_exec_out
,
$this
->
_last_exec_retcode
);
$
this
->
app
->
log
(
"safe_exec cmd: "
.
$cmd
.
" - return code: "
.
$this
->
_last_exec_retcode
,
LOGLEVEL_DEBUG
);
$app
->
log
(
"safe_exec cmd: "
.
$cmd
.
" - return code: "
.
$this
->
_last_exec_retcode
,
LOGLEVEL_DEBUG
);
return
$ret
;
}
...
...
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