mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Show SQL errors in queryAll
This commit is contained in:
parent
9aa7b80d0d
commit
b964018cd7
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ func (r sqlRepository) queryAll(sq Sqlizer, response interface{}) error {
|
|||
r.logSQL(query, args, nil, c, start)
|
||||
return model.ErrNotFound
|
||||
}
|
||||
r.logSQL(query, args, nil, c, start)
|
||||
r.logSQL(query, args, err, c, start)
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue