]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/SafeSyslog.pm
bump version to 6.0-13
[pve-common.git] / src / PVE / SafeSyslog.pm
index c61e97ae9465edfcbb19b1394a0e1430b111bf92..7d3e7a7a564e57fa9632a03e876c7d6826414fc2 100644 (file)
@@ -13,7 +13,7 @@ our $VERSION = '1.00';
 our @EXPORT = qw(syslog initlog);
 
 my $log_tag = "unknown";
+
 # never log to console - thats too slow, and
 # it corrupts the DBD database connection!
 
@@ -24,7 +24,7 @@ sub syslog {
 sub initlog {
     my ($tag, $facility) = @_;
 
-    if ($tag) { 
+    if ($tag) {
        $tag = basename($tag);
 
        $tag = encode("ascii", decode_utf8($tag));