mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
logging: remove closelog() from auth_log(), in some cases this seems to silence successive lines from the feed for some reason and closelog() doesn't seem needed anyway
This commit is contained in:
parent
d161d7c534
commit
bd037cc655
@ -38,7 +38,6 @@ function auth_log($message, $prio = LOG_ERR)
|
||||
{
|
||||
openlog('audit', LOG_ODELAY, LOG_AUTH);
|
||||
log_msg($message, $prio);
|
||||
closelog();
|
||||
reopenlog();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user