More logging in desktop background task management code. Fixes after review #PL-6600

This commit is contained in:
Maxim Stepanov 2016-05-13 15:37:35 +04:00
parent ac7f7ad37c
commit be957c8157

View File

@ -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;