We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cca598 commit bfd1579Copy full SHA for bfd1579
plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/veeam/VeeamClient.java
@@ -950,7 +950,7 @@ private boolean isLegacyServer() {
950
* @return the description found in Veeam about the cause of error in the restore process.
951
*/
952
protected String getRestoreVmErrorDescription(String uid) {
953
- LOG.debug(String.format("Trying to find the cause of error in the restore process [%s].", uid));
+ logger.debug("Trying to find the cause of error in the restore process [{}].", uid);
954
List<String> cmds = Arrays.asList(
955
String.format("$restoreUid = '%s'", uid),
956
"$restore = Get-VBRRestoreSession -Id $restoreUid",
0 commit comments