Skip to content

Commit

Permalink
Update FormDownloader.java
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 authored May 11, 2018
1 parent 820bfa6 commit 7869e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private String processOneForm(int total, int count, FormDetails fd) throws TaskC
Timber.i("No Manifest for: %s", fd.getFormName());
}
} catch (TaskCancelledException e) {
Timber.i(e.getMessage());
Timber.i(e);
cleanUp(fileResult, e.file, tempMediaPath);

// do not download additional forms.
Expand Down

0 comments on commit 7869e07

Please sign in to comment.