Skip to content

Commit

Permalink
debian12: fix build error after log4j 2.x merge
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed Feb 8, 2024
1 parent cff8da7 commit a1f080d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public Answer execute(PatchSystemVmCommand cmd, LibvirtComputingResource serverR
if (patchResult.first()) {
String scriptVersion = lines[1];
if (StringUtils.isNotEmpty(patchResult.second())) {
s_logger.debug(String.format("Patch result of systemVM %s: %s", sysVMName, patchResult.second()));
logger.debug("Patch result of systemVM {}: {}", sysVMName, patchResult.second());
String res = patchResult.second().replace("\n", " ");
String[] output = res.split(":");
if (output.length != 2) {
Expand Down

0 comments on commit a1f080d

Please sign in to comment.