This commit is contained in:
Jack Robison 2018-08-01 14:51:00 -04:00
parent 9e8cf0ac26
commit a53ce96a65
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
__version__ = "0.0.1rc1"
__version__ = "0.0.1a1"
__name__ = "txupnp"
__author__ = "Jack Robison"
__maintainer__ = "Jack Robison"

View file

@ -201,7 +201,7 @@ class SCPDCommandRunner(object):
s = self._unsupported_actions.get(service_type, [])
s.append((action_info, err))
self._unsupported_actions[service_type] = s
log.error("failed to setup command for %s\n%s", service_type, action_info)
log.error("available command for %s does not have a wrapper implemented: %s", service_type, action_info)
def debug_commands(self):
return {