1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Fix logging

This commit is contained in:
Reinhard Pointner 2016-04-25 01:42:07 +08:00
parent 017b5cc583
commit 724e55485d

View File

@ -510,7 +510,7 @@ public class CmdlineOperations implements CmdlineInterface {
// check audio files against all services
for (int i = 0; i < services.length && remaining.size() > 0; i++) {
log.config(format("Rename music using %s", services[i]));
log.config(format("Rename music using %s", services[i].getIdentifier()));
services[i].lookup(remaining).forEach((file, music) -> {
if (music != null) {
matches.add(new Match<File, AudioTrack>(file, music.clone()));