]> git.proxmox.com Git - pve-cluster.git/commit - data/PVE/Cluster.pm
Remove decode from log_msg
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Oct 2015 17:01:02 +0000 (18:01 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 29 Oct 2015 16:32:14 +0000 (17:32 +0100)
commit8f2d54ff552171057e39b0620c960e87a0beac3a
treed3c3ae3fc117c9bc1a88e08134732a665b7b76c2
parent1249e7b5549187abc4043abd73978b9ef4cb77e1
Remove decode from log_msg

decode('utf8', $msg) fails if $msg contains uft8 characters that
have no perl internal representation, so this makes no sense here.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
data/PVE/Cluster.pm