Skip to content

Commit

Permalink
Print stacktrace to log for easier debug
Browse files Browse the repository at this point in the history
  • Loading branch information
waicool20 committed Sep 8, 2019
1 parent aee3f13 commit 319ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/waicool20/mr2tachiyomi/MR2Tachiyomi.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ object MR2Tachiyomi {
Result.ConversionComplete(convertible, nonConvertible)
}
} catch (e: Exception) {
logger.error("Could not convert database file to Tachiyomi Json due to unknown exception")
logger.error("Could not convert database file to Tachiyomi Json due to unknown exception", e)
e.printStackTrace()
Result.FailedWithException(e)
}
Expand Down

0 comments on commit 319ca60

Please sign in to comment.