Skip to content
Snippets Groups Projects
Commit 45401b67 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7262 OZG-7627 Log TechnicalException

parent 0c926627
No related branches found
No related tags found
1 merge request!6OZG-7262 OZG-7566 Notify callObserver about error
......@@ -109,8 +109,8 @@ public class GrpcBinaryFileServerDownloader<T> {
doDownload();
sendChunks();
} catch (Exception e) {
LOG.error("Error while downloading file contents", e);
downloadError.set(new TechnicalException("Error while downloading file contents", e));
LOG.error(downloadError.get().getMessage(), downloadError.get());
} finally {
closeOutputStream();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment