Changeset 336 for trunk/ddt


Ignore:
Timestamp:
Aug 28, 2018, 3:24:48 PM (6 years ago)
Author:
g7moreau
Message:
  • Update info message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ddt/ddt

    r335 r336  
    731731
    732732         ipamdb_save("$COMPUTER_YAML", $computer_db);
    733          print "Info: update host $hostname, domain set $domainset, MAC $mac, IP $attribute->{'ip'} [OK]\n";
     733         print "Info: update host $attribute->{'hostname'}, domain set $domainset, MAC $mac, IP $attribute->{'ip'} [OK]\n";
    734734         exit;
    735735         }
     
    752752
    753753         ipamdb_save("$COMPUTER_YAML", $computer_db);
    754          print "Info: update host $hostname, domain set $domainset, MAC $mac, IP $attribute->{'ip'} [OK]\n";
     754         print "Info: update host $attribute->{'hostname'}, domain set $domainset, MAC $mac, IP $attribute->{'ip'} [OK]\n";
    755755         exit;
    756756         }
Note: See TracChangeset for help on using the changeset viewer.