* fix error messages to sound less like "filebot failure"

This commit is contained in:
Reinhard Pointner 2014-03-11 14:18:02 +00:00
parent 1495ba19e4
commit cab2a89e20
2 changed files with 3 additions and 1 deletions

View File

@ -508,7 +508,7 @@ public class CmdlineOperations implements CmdlineInterface {
if (renameMap.size() != audioFiles.size()) { if (renameMap.size() != audioFiles.size()) {
for (File f : audioFiles) { for (File f : audioFiles) {
if (!renameMap.containsKey(f)) { if (!renameMap.containsKey(f)) {
CLILogger.warning("Failed to lookup audio file: " + f.getName()); CLILogger.warning("Unable to lookup acoustic fingerprint: " + f.getName());
} }
} }
} }

View File

@ -28,6 +28,7 @@
^BDMV$ ^BDMV$
^Best$ ^Best$
^Big$ ^Big$
^Cinema$
^clean$ ^clean$
^cleaned$ ^cleaned$
^Comedy$ ^Comedy$
@ -69,6 +70,7 @@
^I+$ ^I+$
^ignore.folder$ ^ignore.folder$
^In.Progress$ ^In.Progress$
^inbox$
^Incoming$ ^Incoming$
^jukebox$ ^jukebox$
^Kids$ ^Kids$