Skip to content

Commit

Permalink
chore: change log if aria2 not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 23, 2022
1 parent b6d9018 commit 539c47b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/bootstrap/aria2.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ func InitAria2() {
go func() {
_, err := aria2.InitClient(2)
if err != nil {
utils.Log.Errorf("failed to init aria2 client: %+v", err)
//utils.Log.Errorf("failed to init aria2 client: %+v", err)
utils.Log.Infof("Aria2 not ready.")
}
}()
}

0 comments on commit 539c47b

Please sign in to comment.