Skip to content

Commit e041639

Browse files
rg9975Copilot
andauthored
Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java
Co-authored-by: Copilot <[email protected]>
1 parent 7256bde commit e041639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private long getDiskWaitTimeMillis(Map<String,String> details) {
259259
String waitTime = details.get(StorageManager.STORAGE_POOL_DISK_WAIT.toString());
260260
if (StringUtils.isNotEmpty(waitTime)) {
261261
waitTimeInSec = Integer.valueOf(waitTime).intValue();
262-
logger.debug(String.format("%s set to %s", waitTimeInSec, StorageManager.STORAGE_POOL_DISK_WAIT.toString()));
262+
logger.debug(String.format("%s set to %s", StorageManager.STORAGE_POOL_DISK_WAIT.toString(), waitTimeInSec));
263263
}
264264
} else {
265265
// wait at least 60 seconds even if input was lower

0 commit comments

Comments
 (0)