1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-03-09 13:59:49 -04:00

* improved logging

This commit is contained in:
Reinhard Pointner 2015-11-12 11:30:49 +00:00
parent 0cab8b6e91
commit 12c0399db7

View File

@ -155,6 +155,7 @@ omdb.each{ m ->
tmdb << row
}
} catch(FileNotFoundException e) {
printException(e, false)
def row = [sync, m[0].pad(7), 0, m[2], m[1]]
println row
tmdb << row