Add a logging text
This commit is contained in:
parent
4106b39e1b
commit
2d935f77c9
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue