Skip to content
Snippets Groups Projects
Commit 3edbaff3 authored by jkerdreu's avatar jkerdreu
Browse files

Missed this old devtype

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2509 b32b6428-25c9-4566-ad07-03861ab6144f
parent a328794d
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ def print_evt(msg):
if msg.is_alive():
return
if msg.is_notify():
print("%s %s %s %s %s" % (time.ctime(),msg.source,msg.devtype,msg.action,msg.body))
print("%s %s %s %s %s" % (time.ctime(),msg.source,msg.dev_type,msg.action,msg.body))
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment