forked from proxmox-mirrors/proxmox
notify: add missing tracing::error macro import
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b74391cada
commit
ddc154e5cd
@ -254,6 +254,7 @@ impl Endpoint for SmtpEndpoint {
|
||||
Content::ForwardedMail { ref raw, title, .. } => {
|
||||
use lettre::message::header::ContentTransferEncoding;
|
||||
use lettre::message::Body;
|
||||
use tracing::error;
|
||||
|
||||
let parsed_message = mail_parser::Message::parse(raw)
|
||||
.ok_or_else(|| Error::Generic("could not parse forwarded email".to_string()))?;
|
||||
|
Loading…
Reference in New Issue
Block a user