This commit is contained in:
Thomas Schönauer
2023-01-29 19:31:37 +00:00
committed by GitHub
parent ab630cfbc6
commit 80a95cb404
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ For more information about this issue see https://askubuntu.com/questions/110969
return result;
}
}
print_warning(format!("Self update error: {}", e));
print_warning(format!("Self update error: {e}"));
}
}
}