Skip to content

Commit 928033f

Browse files
committed
Fix logging
1 parent d751558 commit 928033f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/main/java/com/cloud/vm/VirtualMachinePowerStateSyncImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private void processMissingVmReport(long hostId, Set<Long> vmIds, boolean force)
158158
// an update might have occurred that we should not override in case of out of band migration
159159
instancePowerStates.put(instance.getId(), VirtualMachine.PowerState.PowerReportMissing);
160160
} else {
161-
logger.debug("vm id: {} - time since last state update({} ms) has not passed graceful period (%d ms) yet",
161+
logger.debug("vm id: {} - time since last state update({} ms) has not passed graceful period ({} ms) yet",
162162
instance.getId(), milliSecondsSinceLastStateUpdate, milliSecondsGracefulPeriod);
163163
}
164164
}

0 commit comments

Comments
 (0)