mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
fix format in notification (#1115)
This commit is contained in:
@ -72,7 +72,7 @@ class Notification(models.Notification, ORMMixin):
|
||||
existing = cls.search(query={"container": [container]})
|
||||
for entry in existing:
|
||||
logging.info(
|
||||
"replacing existing notification: %s",
|
||||
"replacing existing notification: %s - %s",
|
||||
entry.notification_id,
|
||||
container,
|
||||
)
|
||||
|
Reference in New Issue
Block a user