Skip to content

Commit bfd1579

Browse files
committed
fix another log
1 parent 6cca598 commit bfd1579

File tree

1 file changed

+1
-1
lines changed
  • plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/veeam

1 file changed

+1
-1
lines changed

plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/veeam/VeeamClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ private boolean isLegacyServer() {
950950
* @return the description found in Veeam about the cause of error in the restore process.
951951
*/
952952
protected String getRestoreVmErrorDescription(String uid) {
953-
LOG.debug(String.format("Trying to find the cause of error in the restore process [%s].", uid));
953+
logger.debug("Trying to find the cause of error in the restore process [{}].", uid);
954954
List<String> cmds = Arrays.asList(
955955
String.format("$restoreUid = '%s'", uid),
956956
"$restore = Get-VBRRestoreSession -Id $restoreUid",

0 commit comments

Comments
 (0)