From cd080102c1ac69313d5e3824b655617f87119f36 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Nov 2010 23:41:13 +0000 Subject: fix case --- lib/Iurt/Chroot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm index 8278ee7..5553439 100644 --- a/lib/Iurt/Chroot.pm +++ b/lib/Iurt/Chroot.pm @@ -460,7 +460,7 @@ sub create_chroot { return; } } else { - plog('NOTIFY', "Chroot tarball is already up-to-date"); + plog('NOTIFY', "chroot tarball is already up-to-date"); link $tmp_tar, $chroot_tar; } } else { -- cgit v1.2.1