more
This commit is contained in:
parent
9e8cf0ac26
commit
a53ce96a65
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.0.1rc1"
|
__version__ = "0.0.1a1"
|
||||||
__name__ = "txupnp"
|
__name__ = "txupnp"
|
||||||
__author__ = "Jack Robison"
|
__author__ = "Jack Robison"
|
||||||
__maintainer__ = "Jack Robison"
|
__maintainer__ = "Jack Robison"
|
||||||
|
|
|
@ -201,7 +201,7 @@ class SCPDCommandRunner(object):
|
||||||
s = self._unsupported_actions.get(service_type, [])
|
s = self._unsupported_actions.get(service_type, [])
|
||||||
s.append((action_info, err))
|
s.append((action_info, err))
|
||||||
self._unsupported_actions[service_type] = s
|
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):
|
def debug_commands(self):
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue