mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-06 05:08:00 +08:00
More logging in desktop background task management code. Fixes after review #PL-6600
This commit is contained in:
parent
ac7f7ad37c
commit
be957c8157
@ -212,7 +212,7 @@ public class DesktopBackgroundWorker implements BackgroundWorker {
|
||||
result = get();
|
||||
this.done();
|
||||
} catch (InterruptedException | ExecutionException e) {
|
||||
log.error("", e);
|
||||
log.error("Interrupted or execution exception in background task", e);
|
||||
return null;
|
||||
}
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user