Skip to content

Commit e604d96

Browse files
committed
Simplify log message
1 parent 95f88cb commit e604d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gort/overwatcher/alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async def is_safe(self) -> tuple[bool, ActiveAlert]:
190190
"""Determines whether it is safe to open."""
191191

192192
if self.state is None:
193-
self.log.warning("Alerts data not available. is_safe() returns False.")
193+
self.log.warning("Alerts data not available.")
194194
return False, ActiveAlert.UNKNOWN
195195

196196
is_safe: bool = True

0 commit comments

Comments
 (0)