/[soft]/rpm/urpmi/trunk/urpm.pm
ViewVC logotype

Diff of /rpm/urpmi/trunk/urpm.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2608 by tv, Fri Jan 6 19:44:12 2012 UTC revision 2778 by tv, Mon Jan 23 20:14:33 2012 UTC
# Line 58  sub new { Line 58  sub new {
58          info       => sub { printf "%s\n", $_[0] }, #- displayed unless --quiet          info       => sub { printf "%s\n", $_[0] }, #- displayed unless --quiet
59          log        => sub { printf "%s\n", $_[0] }, #- displayed if --verbose          log        => sub { printf "%s\n", $_[0] }, #- displayed if --verbose
60          print      => sub { printf "%s\n", $_[0] }, #- always displayed, enable to redirect output for eg: installer          print      => sub { printf "%s\n", $_[0] }, #- always displayed, enable to redirect output for eg: installer
         ui_msg     => sub {  
             # deprecated  
             $self->{log}($_[0]);  
         },  
61      }, $class;      }, $class;
62    
63      set_files($self, '');      set_files($self, '');

Legend:
Removed from v.2608  
changed lines
  Added in v.2778

  ViewVC Help
Powered by ViewVC 1.1.30