libvirt/examples/domain-events
Jiri Denemark e2a7f97b2b examples: Fix event detail printing in python test
If there is only one detail string for a particular event, we need to pu
comma after the string otherwise the string itself will be taken as a
list and only its first character will be printed out. For example,

    myDomainEventCallback1 EVENT: Domain fedora17(12) Shutdown F

instead of the desired

    myDomainEventCallback1 EVENT: Domain fedora17(12) Shutdown Finished
2012-09-07 09:38:22 +02:00
..
events-c Add PMSUSPENDED life cycle event 2012-09-07 09:38:22 +02:00
events-python examples: Fix event detail printing in python test 2012-09-07 09:38:22 +02:00