Changeset 403

Show
Ignore:
Timestamp:
05/29/07 17:02:41 (1 year ago)
Author:
kindlund
Message:

Oops.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Manager.pm

    r402 r403  
    561561    $vmMAC = $som->result(); 
    562562 
    563  
    564563    # Figure out when the Agent on the VM is alive and well. 
    565564    $ret = undef; 
     
    574573        $vmIP = $som->result(); 
    575574 
    576         if (defined($vmIP)) { 
     575        print "Calling getNameVM()...\n"; 
     576        $som = $stubVM->getNameVM(config => $vmCloneConfig); 
     577        print "Result: " . $som->result() . "\n"; 
     578        $vmName = $som->result(); 
     579 
     580        if (defined($vmIP) && defined($vmName)) { 
    577581            if (!$logMsgPrinted) { 
    578582                $LOG->info("Created clone VM (" . $vmName . ") using IP (" . $vmIP . ") and MAC (" . $vmMAC . ")."); 
     
    595599                print Dumper($ret); 
    596600 
    597                 print "Calling getNameVM()...\n"; 
    598                 $som = $stubVM->getNameVM(config => $vmCloneConfig); 
    599                 print "Result: " . $som->result() . "\n"; 
    600                 $vmName = $som->result(); 
    601601            }; 
    602602            # Clear returned state, if any fault occurs.