Fix Mapped Similar Artists log

This commit is contained in:
Deluan 2023-02-03 09:57:29 -05:00
parent ad2ad514b3
commit 4a25e6d3d8
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ func (e *externalMetadata) callGetSimilar(ctx context.Context, agent agents.Arti
}
start := time.Now()
sa, err := e.mapSimilarArtists(ctx, similar, includeNotPresent)
log.Debug(ctx, "Mapped Similar Artists", "agent", "artist", artist.Name, "numSimilar", len(sa), "elapsed", time.Since(start))
log.Debug(ctx, "Mapped Similar Artists", "artist", artist.Name, "numSimilar", len(sa), "elapsed", time.Since(start))
if err != nil {
return
}