aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-25 23:41:13 +0000
committerOlivier Blin <blino@mageia.org>2010-11-25 23:41:13 +0000
commitcd080102c1ac69313d5e3824b655617f87119f36 (patch)
tree7e810636bd4848ed56f9e264ba9caae8bb2c420f
parent3c711d0d0620398ab0d887785e494513cce8883b (diff)
downloadiurt-cd080102c1ac69313d5e3824b655617f87119f36.tar
iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.gz
iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.bz2
iurt-cd080102c1ac69313d5e3824b655617f87119f36.tar.xz
iurt-cd080102c1ac69313d5e3824b655617f87119f36.zip
fix case
-rw-r--r--lib/Iurt/Chroot.pm2
1 files changed, 1 insertions, 1 deletions
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 {