Changeset 81


Ignore:
Timestamp:
Mar 29, 2011, 6:04:16 PM (13 years ago)
Author:
g7moreau
Message:
  • Again one more verbose...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r80 r81  
    15061506
    15071507         my $switch = $where{$ip}->{$switch_detected};
    1508 #print "DEBUG1 :  $db_switch_ip_hostname{$ip} / $switch->{hostname} : $switch->{port}\n" if  $switch->{hostname} =~ m/sw3-batA0-3s/;
     1508         print "VERBOSE_4: $db_switch_ip_hostname{$ip} -> $switch->{hostname} : $switch->{port}\n" if $verbose;
    15091509
    15101510         next if $switch->{port}     eq '0';
     
    15141514         $db_switch_link_with{ $db_switch_ip_hostname{$ip} } ||= {};
    15151515         $db_switch_link_with{ $db_switch_ip_hostname{$ip} }->{ $switch->{hostname} } = $switch->{port};
    1516          print "VERBOSE_4: $db_switch_ip_hostname{$ip} -> $switch->{hostname} : $switch->{port}\n" if $verbose;
     1516         print "VERBOSE_5: $db_switch_ip_hostname{$ip} -> $switch->{hostname} : $switch->{port}\n" if $verbose;
    15171517         }
    15181518
Note: See TracChangeset for help on using the changeset viewer.