From d338a62fc8c95e6212fc84dbded1393bcd9142ab Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 6 Sep 2001 14:26:26 +0000 Subject: fix log when configuring printer queue. --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 26f876250..690678002 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -610,7 +610,7 @@ sub configurePrinter { printerdrake::install_spooler($o->{printer}, $o); #- not interactive... foreach (values %{$o->{printer}{configured} || {}}) { - log::l("configuring printer queue $_->{queuedata}{queue} or $_->{QUEUE}"); + log::l("configuring printer queue " . $_->{queuedata}{queue} || $_->{QUEUE}); #- when copy is so adulée (sorry french taste :-) #- and when there are some configuration in one place and in another place... $o->{printer}{currentqueue} = {}; -- cgit v1.2.1