* improved logging

This commit is contained in:
Reinhard Pointner 2015-11-12 11:30:49 +00:00
parent 0cab8b6e91
commit 12c0399db7
1 changed files with 1 additions and 0 deletions

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