mirror of
https://github.com/soukoku/ntwain.git
synced 2026-02-25 13:04:07 +08:00
Log catch-all exception in transfer loop.
This commit is contained in:
@@ -64,7 +64,7 @@ partial class TransferLoopThread : IDisposable
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
_twain.Logger.LogError(ex, "Exception occurred during transfer loop.");
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user