[pve-devel] applied: [PATCH manager] spiceproxy: import PVE::SafeSyslog
Wolfgang Bumiller
w.bumiller at proxmox.com
Thu Jan 26 13:00:13 CET 2017
---
bin/spiceproxy | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/spiceproxy b/bin/spiceproxy
index ba7530c..790c6df 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.1.4
More information about the pve-devel
mailing list