X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=blobdiff_plain;f=libvideosite.pm;h=e4e1878fb6ec9013cafb4f06492e7aeba5dc483f;hp=34191b8ac73bca426c04f8c1d6f8046bceb5c3b4;hb=f1950abbacdeb7e72c1303fc02d58d01b622e833;hpb=5420b8942fbbe6da34d37152f6079a5d98117596 diff --git a/libvideosite.pm b/libvideosite.pm index 34191b8..e4e1878 100644 --- a/libvideosite.pm +++ b/libvideosite.pm @@ -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') {