X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=libvideosite.pm;h=e4e1878fb6ec9013cafb4f06492e7aeba5dc483f;hb=f1950abbacdeb7e72c1303fc02d58d01b622e833;hp=3f05160b27d29f52d5463b540ace51f8c7f4ffd5;hpb=63d28aaac2943e7527a33510949d2857473ab787;p=videosite.git diff --git a/libvideosite.pm b/libvideosite.pm index 3f05160..e4e1878 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -34,7 +34,7 @@ my $getter; my %builtin_config = (); my $builtin_config_path; my $builtin_config_default; -my $config_cache = 0; +my $config_cache = 1; my %config_cache = (); our $error; @@ -944,9 +944,9 @@ sub _cmd_cache { _io("Content of config cache:"); foreach (sort(keys(%config_cache))) { if (exists($config_cache{$_}->{value})) { - _io("%s => %s", $_, $config_cache{$_}->{value}); + _io(" %s => %s", $_, $config_cache{$_}->{value}); } else { - _io("%s present", $_); + _io(" %s present", $_); } } } elsif ($subcmd eq 'clear') {