plugin & language: replace conflicting logger name

This commit is contained in:
bergware
2023-10-02 21:41:06 +02:00
parent 2c97bc312c
commit 2149f3b238
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ function download($url, $name, &$error) {
// Deal with logging message.
//
function logmsg($message) {
shell_exec("logger $message");
shell_exec("logger -t language \"$message\"");
}
// Interpret a language file

View File

@@ -284,7 +284,7 @@ function filter_url($url) {
// Deal with logging message.
//
function logmsg($message) {
shell_exec("logger $message");
shell_exec("logger -t plugin \"$message\"");
}
// Interpret a plugin file