fix format in notification (#1115)

This commit is contained in:
bmc-msft
2021-08-02 12:04:46 -04:00
committed by GitHub
parent 3be29cbfe9
commit 95e2ecff3d

View File

@ -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,
)