libvideosite: change formatting of cache output
[videosite.git] / libvideosite.pm
index 34191b8..e4e1878 100644 (file)
@@ -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') {