Revert "plugin & language: replace conflicting logger name"

This reverts commit 2149f3b238.
This commit is contained in:
bergware
2023-10-02 21:50:43 +02:00
parent 2149f3b238
commit 931221b3c7
2 changed files with 2 additions and 2 deletions
@@ -284,7 +284,7 @@ function filter_url($url) {
// Deal with logging message.
//
function logmsg($message) {
shell_exec("logger -t plugin \"$message\"");
shell_exec("logger $message");
}
// Interpret a plugin file