From 804e97f9ec2e4b78e36e5e5320f54629f1534ec1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 26 Jan 2017 12:59:31 +0100 Subject: [PATCH] spiceproxy: import PVE::SafeSyslog --- bin/spiceproxy | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/spiceproxy b/bin/spiceproxy index ba7530c0..790c6dff 100755 --- a/bin/spiceproxy +++ b/bin/spiceproxy @@ -6,6 +6,7 @@ delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; use strict; use warnings; +use PVE::SafeSyslog; use PVE::Service::spiceproxy; $SIG{'__WARN__'} = sub { -- 2.39.5