revise log

This commit is contained in:
Ben Sarmiento
2023-11-06 16:37:42 +01:00
parent 633e44298e
commit dbf6bfdfb8

View File

@@ -401,7 +401,7 @@ func (t *TorrentManager) mapToDirectories() {
if sum > 0 { if sum > 0 {
t.log.Infof("Group processing completed: %s %v total: %d", group, counter, sum) t.log.Infof("Group processing completed: %s %v total: %d", group, counter, sum)
} else { } else {
t.log.Info("No new additions to directory group", group) t.log.Infof("No new additions to directory group %s", group)
} }
} }
default: default: