Changeset 2306 for trunk


Ignore:
Timestamp:
11/28/19 01:58:52 (4 years ago)
Author:
nanardon
Message:

Add comment about zone Id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildnet.pm

    r2304 r2306  
    645645    my $output = ''; 
    646646 
    647     my $ZoneId = sprintf('%04x', $outzone->get_attributes('ikey')); 
     647    my $Ikey = $outzone->get_attributes('ikey'); 
     648    my $ZoneId = sprintf('%04x', $Ikey); 
     649 
     650    $output .= sprintf("Zone id is %s (%d)\n\n", $ZoneId, $Ikey); 
    648651 
    649652    my @net; 
Note: See TracChangeset for help on using the changeset viewer.