Changeset 1202

Show
Ignore:
Timestamp:
02/15/08 18:49:12 (6 months ago)
Author:
kindlund
Message:

Debugging VM daemon cleanup.

Files:

Legend:

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

    r1201 r1202  
    754754        sleep (1); 
    755755        $DAEMON_PID = $pid; 
     756        # XXX: Delete this, eventually. 
     757        $LOG->info("Initializing VM daemon at PID: " . $DAEMON_PID); 
    756758        return ($URL); 
    757759