fix logging and notifications
This commit is contained in:
@@ -302,7 +302,7 @@ def release(cfg, args):
|
||||
rcpts = quarantine.release(args.quarantine_id, args.recipient)
|
||||
rcpts = ", ".join(rcpts)
|
||||
logger.info(
|
||||
f"{args.quarantine}: released message with id {args.quarantine_id} "
|
||||
f"{quarantine._storage.name}: released message with id {args.quarantine_id} "
|
||||
f"for {rcpts}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user