On 08/01/2016 08:16 AM, Marc Hartmayer wrote:
On Thu, Jul 28, 2016 at 02:14 PM +0200, Jovanka Gulicoska
<jovanka.gulicoska(a)gmail.com> wrote:
> ---
> examples/event-test.py | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/examples/event-test.py b/examples/event-test.py
> index 1bcea07..e06ebc6 100755
> --- a/examples/event-test.py
> +++ b/examples/event-test.py
> @@ -584,6 +584,20 @@ def myStoragePoolEventRefreshCallback(conn, pool, opaque):
> print("myStoragePoolEventRefreshCallback: Storage pool %s" %
pool.name())
>
> ##########################################################################
> +# Node decice events
> +##########################################################################
Only a small note. There's a typo s/decice/device.
Thanks! I fixed the typo before pushing
- Cole