X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=scripts%2Fgit-cache-proxy;h=eafbb8af8e513a104e5a8d6d406be540cb0b38a6;hb=af4bb0898fec62b74871cbd30762209bb388ccca;hp=8747eba9cbf788588a9514b601726d2905f9e5cf;hpb=0c9ee9d344314b4ef60810a5701f4905a579ad9f;p=chiark-utils.git diff --git a/scripts/git-cache-proxy b/scripts/git-cache-proxy index 8747eba..eafbb8a 100755 --- a/scripts/git-cache-proxy +++ b/scripts/git-cache-proxy @@ -413,7 +413,7 @@ sub housekeeping () { if (stat $dir) { $ok = 0; logm 'warning', "housekeeping: $dir: problems with". - "deletion prevent cleanup:"; + " deletion prevent cleanup:"; foreach my $err (@$errs) { logm 'info', "problem deleting: $err->[0]: $err->[1]"; }