Skip to content

Commit eaf7446

Browse files
Apply Joao's suggestions
Co-authored-by: João Jandre <48719461+JoaoJandre@users.noreply.github.com>
1 parent 9035016 commit eaf7446

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/resource/LibvirtComputingResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4547,7 +4547,7 @@ protected VmStatsEntry calculateVmMetrics(final Domain dm, final LibvirtExtended
45474547
metrics.setIntFreeMemoryKBs(getMemoryFreeInKBs(dm));
45484548

45494549
if (oldStats != null) {
4550-
s_logger.debug(String.format("Old stats exist for VM [%s]; thefore, the utilization will be calculated.", vmAsString));
4550+
s_logger.debug(String.format("Old stats exist for VM [%s]; therefore, the utilization will be calculated.", vmAsString));
45514551

45524552
s_logger.debug(String.format("Calculating CPU utilization for VM [%s].", vmAsString));
45534553
final Calendar now = Calendar.getInstance();

0 commit comments

Comments
 (0)