[pve-devel] [PATCH 3/3] fix initlog name
Wolfgang Link
w.link at proxmox.com
Thu Feb 25 14:47:47 CET 2016
---
bin/pveupdate | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/pveupdate b/bin/pveupdate
index ee75190..3a00335 100755
--- a/bin/pveupdate
+++ b/bin/pveupdate
@@ -15,7 +15,7 @@ use PVE::RPCEnvironment;
use PVE::API2::Subscription;
use PVE::API2::APT;
-initlog ('pvedailycron', 'daemon');
+initlog ('pveupdate', 'daemon');
die "please run as root\n" if $> != 0;
--
2.1.4
More information about the pve-devel
mailing list