Fixed a bug in a log message format
This commit is contained in:
parent
1466dccd5a
commit
7e58576d0c
@ -592,7 +592,7 @@ def get_cpu_mhz(vir_connection, physical_core_mhz, previous_cpu_time,
|
||||
if log.isEnabledFor(logging.DEBUG):
|
||||
log.debug('VM %s: current_cpu_time < cpu_time: ' +
|
||||
'previous CPU time %d, ' +
|
||||
'current CPU time %d, ' +
|
||||
'current CPU time %d, ',
|
||||
uuid, cpu_time, current_cpu_time)
|
||||
log.debug('VM %s: using previous CPU MHz %d, ' +
|
||||
uuid, previous_cpu_mhz[uuid])
|
||||
|
Loading…
x
Reference in New Issue
Block a user