From bb1f8274e73807fa3e36e2e97fe7766a05055921 Mon Sep 17 00:00:00 2001 From: "Thierry.Vignaud" Date: Mon, 26 May 2014 11:25:39 +0200 Subject: kill useless logs from when_config_changed functions make them all similar --- perl-install/bootloader.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install') 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 { -- cgit v1.2.1