summaryrefslogtreecommitdiffstats
path: root/perl-install/bootloader.pm
diff options
context:
space:
mode:
authorThierry.Vignaud <thierry.vignaud@gmail.com>2014-05-26 11:25:39 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-26 22:01:52 +0200
commitbb1f8274e73807fa3e36e2e97fe7766a05055921 (patch)
tree3448a25dbc14648261885146d684139bfc1d4c98 /perl-install/bootloader.pm
parent0985e8b3c81ec15517cdd5027570207a19adffea (diff)
downloaddrakx-bb1f8274e73807fa3e36e2e97fe7766a05055921.tar
drakx-bb1f8274e73807fa3e36e2e97fe7766a05055921.tar.gz
drakx-bb1f8274e73807fa3e36e2e97fe7766a05055921.tar.bz2
drakx-bb1f8274e73807fa3e36e2e97fe7766a05055921.tar.xz
drakx-bb1f8274e73807fa3e36e2e97fe7766a05055921.zip
kill useless logs from when_config_changed functions
make them all similar
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r--perl-install/bootloader.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm
index dfcabc1d4..860df2981 100644
--- a/perl-install/bootloader.pm
+++ b/perl-install/bootloader.pm
@@ -1384,7 +1384,7 @@ sub write_pmon2000 {
}
sub when_config_changed_pmon2000 {
my ($_bootloader) = @_;
- log::l("Mips/pmon2000 - nothing to do...");
+ #- do not do anything
}
sub install_uboot {
@@ -1397,7 +1397,7 @@ sub write_uboot {
}
sub when_config_changed_uboot {
my ($_bootloader) = @_;
- log::l("uboot - nothing to do...");
+ #- do not do anything
}
sub install_cromwell {
@@ -1410,7 +1410,7 @@ sub write_cromwell {
}
sub when_config_changed_cromwell {
my ($_bootloader) = @_;
- log::l("XBox/Cromwell - nothing to do...");
+ #- do not do anything
}
sub simplify_label {