- Timestamp:
- Aug 28, 2018, 3:24:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ddt/ddt
r335 r336 731 731 732 732 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"; 734 734 exit; 735 735 } … … 752 752 753 753 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"; 755 755 exit; 756 756 }
Note: See TracChangeset
for help on using the changeset viewer.