mirror of
https://github.com/tauri-apps/tauri-plugin-updater.git
synced 2026-01-31 00:55:19 +01:00
fix(updater): should be log::debug not println (#2514)
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/13754504573 Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
@@ -428,7 +428,7 @@ impl Updater {
|
||||
.map_err(Into::into)
|
||||
{
|
||||
Ok(release) => {
|
||||
println!("parsed release response {release:?}");
|
||||
log::debug!("parsed release response {release:?}");
|
||||
last_error = None;
|
||||
remote_release = Some(release);
|
||||
// we found a release, break the loop
|
||||
|
||||
Reference in New Issue
Block a user