mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Update log error message
This commit is contained in:
parent
5b5ebadfea
commit
8653b5b928
1 changed files with 2 additions and 1 deletions
|
@ -207,7 +207,8 @@ def notify_custom_conditions(notifier_id=None, parameters=None):
|
||||||
logic_groups = helpers.parse_condition_logic_string(custom_conditions_logic, len(custom_conditions))
|
logic_groups = helpers.parse_condition_logic_string(custom_conditions_logic, len(custom_conditions))
|
||||||
logic_string = helpers.nested_list_to_string(logic_groups)
|
logic_string = helpers.nested_list_to_string(logic_groups)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
logger.error(u"PlexPy NotificationHandler :: Unable to parse custom condition logic: %s." % e)
|
logger.error(u"PlexPy NotificationHandler :: Unable to parse custom condition logic '%s': %s."
|
||||||
|
% (custom_conditions_logic, e))
|
||||||
return False
|
return False
|
||||||
|
|
||||||
param_types = {param['value']: param['type']
|
param_types = {param['value']: param['type']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue