Merge pull request #3171 from Ultra2D/syslog-trim

Syslog trim whitespace
This commit is contained in:
Neil Lathwood
2016-03-05 11:26:09 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ function process_syslog($entry, $update) {
}
$entry['program'] = strtoupper($entry['program']);
$entry = array_map('trim', $entry);
if ($update) {
dbInsert(