mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Config: fix missing space in audit messages. closes https://github.com/opnsense/core/issues/7258
This commit is contained in:
parent
e7d18bfedc
commit
efb9162e69
@ -551,7 +551,7 @@ class Config extends Singleton
|
||||
{
|
||||
openlog("audit", LOG_ODELAY, LOG_AUTH);
|
||||
syslog(LOG_NOTICE, sprintf(
|
||||
"user %s%s changed configuration to %s in %s%s",
|
||||
"user %s%s changed configuration to %s in %s %s",
|
||||
$revision['username'],
|
||||
!empty($revision['impersonated_by']) ? sprintf(" (%s)", $revision['impersonated_by']) : '',
|
||||
$backup_filename,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user