mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-16 02:12:58 +08:00
release: 2.0.0-beta.3
This commit is contained in:
@@ -86,7 +86,9 @@ class FileTransfer(
|
||||
}
|
||||
}.onFailure {
|
||||
if (log.isWarnEnabled) {
|
||||
log.error(it.message, it)
|
||||
if (it !is UnsupportedOperationException) {
|
||||
log.warn(it.message, it)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user