From c7ff2c231cf0f4a153ac107bd15366a5ca554870 Mon Sep 17 00:00:00 2001 From: freesource Date: Fri, 21 Dec 2001 18:25:24 +0000 Subject: [PATCH] Made the uml_helper output verbosity 2. --- BootRoot/Yard.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BootRoot/Yard.pm b/BootRoot/Yard.pm index f2ffaad..ea58c9b 100644 --- a/BootRoot/Yard.pm +++ b/BootRoot/Yard.pm @@ -1408,12 +1408,12 @@ sub create_filesystem { my $command_line = "$expect_program $ubd0 $ubd1 $options " . "$mount_point $preserve_ownership $filesystem"; - info(1,"\n$command_line\n\n"); + info(0,"\n$command_line\n\n"); # add error correction open(EXPECT,"$command_line|"); while () { - info(0,"$x_count $_"); + info(1,"$x_count $_"); $x_count++; while (Gtk->events_pending) { Gtk->main_iteration; } }