Add a logging text

This commit is contained in:
Mylloon 2023-09-05 17:25:16 +02:00
parent 4106b39e1b
commit 2d935f77c9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -54,6 +54,7 @@ pub async fn worker() {
/// Search for the latest version
/// Returns option if update has been found with the right URL
async fn search(repo_type: &RevancedRepo) -> Option<String> {
println!("Check updates for {:?}.", repo_type);
let github_latest_version = get_latest_version(repo_type).await;
let latest_version = {