Config: fix missing space in audit messages. closes https://github.com/opnsense/core/issues/7258

This commit is contained in:
Ad Schellevis 2024-02-20 16:09:20 +01:00
parent e7d18bfedc
commit efb9162e69

View File

@ -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,