mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(actions): improve errors and logs (#340)
This commit is contained in:
parent
31fbe013ff
commit
402596523d
15 changed files with 315 additions and 418 deletions
|
@ -113,7 +113,7 @@ func (s *service) Test(client domain.DownloadClient) error {
|
|||
|
||||
// test
|
||||
if err := s.testConnection(client); err != nil {
|
||||
s.log.Err(err).Msg("client connection test error")
|
||||
s.log.Error().Err(err).Msg("client connection test error")
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue