mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-12 10:52:09 +00:00
remove outdated comment
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
9e8daa1d10
commit
a1896bffb6
@ -522,7 +522,6 @@ pub fn send_updates_available(updates: &[&APTUpdateInfo]) -> Result<(), Error> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// send email on certificate renewal failure.
|
/// send email on certificate renewal failure.
|
||||||
/// `notify` currently only accepts `Notify::Error`.
|
|
||||||
pub fn send_certificate_renewal_mail(result: &Result<(), Error>) -> Result<(), Error> {
|
pub fn send_certificate_renewal_mail(result: &Result<(), Error>) -> Result<(), Error> {
|
||||||
let error: String = match result {
|
let error: String = match result {
|
||||||
Err(e) => e.to_string().into(),
|
Err(e) => e.to_string().into(),
|
||||||
|
Loading…
Reference in New Issue
Block a user