Skip to content

Commit 2332c9c

Browse files
committed
log fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 0f5f3da commit 2332c9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/secondary-storage/server/src/main/java/org/apache/cloudstack/storage/template/DownloadManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ private String checkAndUpdateChecksum(DownloadJob job, File targetFile) {
635635
}
636636
String checksum = newValue == null ? null : newValue.toString();
637637
if (checksum == null) {
638-
logger.warn("Something wrong happened when try to calculate the checksum of downloaded {}}!", downloadType);
638+
logger.warn("Something wrong happened when try to calculate the checksum of downloaded {}!", downloadType);
639639
}
640640
job.setCheckSum(checksum);
641641
return null;

0 commit comments

Comments
 (0)