Merge pull request #2164 from unraid/fix-proxy

fix: Replace unassigned_log with outgoingproxy_log
This commit is contained in:
tom mortensen
2025-04-23 14:58:26 -07:00
committed by GitHub
@@ -187,7 +187,7 @@ function decrypt_data($data) {
/* Ensure the decrypted data is UTF-8 encoded. */
if (!mb_check_encoding($decrypted, 'UTF-8')) {
unassigned_log("Warning: Data is not UTF-8 encoded");
outgoingproxy_log("Warning: Data is not UTF-8 encoded");
$decrypted = "";
}