diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-24 15:04:48 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2009-02-24 15:04:48 +0100 |
commit | afd4946c2cd0430345cb808c28881f0e2f699f40 (patch) | |
tree | 20cef25fa92057f535a4045c1aab92fe0144befa /portato | |
parent | b90634a122458304bbd96bbac099eb1bcb8c7b70 (diff) | |
download | portato-afd4946c2cd0430345cb808c28881f0e2f699f40.tar.gz portato-afd4946c2cd0430345cb808c28881f0e2f699f40.tar.bz2 portato-afd4946c2cd0430345cb808c28881f0e2f699f40.zip |
Typo
Diffstat (limited to 'portato')
-rw-r--r-- | portato/plistener.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/plistener.py b/portato/plistener.py index 349cf03..4a248ab 100644 --- a/portato/plistener.py +++ b/portato/plistener.py @@ -48,7 +48,7 @@ class PListener (object): self._rw.V() data = string.split("\0") - debug("Listner received: %s", data) + debug("Listener received: %s", data) if data[0] == "notify": self.do_notify(*data[1:]) |