diff --git a/internal/torrent/manager.go b/internal/torrent/manager.go index afa3b2c..28c4a0a 100644 --- a/internal/torrent/manager.go +++ b/internal/torrent/manager.go @@ -401,7 +401,7 @@ func (t *TorrentManager) mapToDirectories() { if sum > 0 { t.log.Infof("Group processing completed: %s %v total: %d", group, counter, sum) } else { - t.log.Info("No new additions to directory group", group) + t.log.Infof("No new additions to directory group %s", group) } } default: