c1e0df9 qemu: Print better warning in qemuAgentNotifyEvent

1 file Authored by Yaniv Kaul 8 years ago, Committed by mprivozn 8 years ago,
    qemu: Print better warning in qemuAgentNotifyEvent
    
    We have this function qemuAgentNotifyEvent() which is supposed to
    be called from thread pool responsible for processing qemu
    monitor events. The function then should wake up other thread
    that is waiting for a guest to shutdown or reboot. However, if we
    have received a different error a warning is printed out. This
    warning lacks info on which event is expected.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+2 -1