Skip to content

Commit

Permalink
Compressor.gzCompress() log msg fix
Browse files Browse the repository at this point in the history
Signed-off-by: jezovuk <1548456+jezovuk@users.noreply.github.com>
  • Loading branch information
jezovuk authored and ceki committed Jun 30, 2023
1 parent 096eed8 commit 14b3363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private void gzCompress(String nameOfFile2gz, String nameOfgzedFile) {
gzos.write(inbuf, 0, n);
}

addInfo("Done ZIP compressing [" + file2gz + "] as [" + gzedFile + "]");
addInfo("Done GZ compressing [" + file2gz + "] as [" + gzedFile + "]");
} catch (Exception e) {
addStatus(new ErrorStatus(
"Error occurred while compressing [" + nameOfFile2gz + "] into [" + nameOfgzedFile + "].", this,
Expand Down

0 comments on commit 14b3363

Please sign in to comment.