logging minor
This commit is contained in:
parent
0fe9fe0304
commit
422f38015c
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ class FrequencyAlarm(Alarm):
|
||||||
current_time = ring
|
current_time = ring
|
||||||
continue
|
continue
|
||||||
return ring
|
return ring
|
||||||
log.warning("Can't find a valid time for event; "
|
log.warning("Can't find a valid time for event %s; "
|
||||||
"something went wrong")
|
"something went wrong", str(self))
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def has_ring(self, current_time=None):
|
def has_ring(self, current_time=None):
|
||||||
|
|
Loading…
Reference in a new issue