Changeset 1389

Show
Ignore:
Timestamp:
03/26/08 19:44:22 (5 months ago)
Author:
kindlund
Message:

Updated Clone initialization, in order to print a more user friendly message when it's waiting for the clone VM to obtain a valid IP address.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/trunk/lib/HoneyClient/Manager/VM/Clone.pm

    r1319 r1389  
    634634 
    635635    # Now, get the VM's IP address. 
    636     $LOG->debug("Retrieving IP address of clone VM (" . $self->{'config'} . ")."); 
     636    $LOG->info("Waiting for a valid IP address of clone VM (" . $self->{'config'} . ")."); 
    637637    $ret = undef; 
    638638    my $stubAgent = undef;