revise log
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user