Shorten this string
This commit is contained in:
parent
b0a4ca97bf
commit
d4e5015db4
|
@ -436,7 +436,7 @@ class NodeInstance():
|
||||||
self.logger.out(
|
self.logger.out(
|
||||||
'{bold}Domains:{nobold} {domcount} '
|
'{bold}Domains:{nobold} {domcount} '
|
||||||
'{bold}Networks:{nobold} {netcount} '
|
'{bold}Networks:{nobold} {netcount} '
|
||||||
'{bold}Allocated memory [MiB]:{nobold} {allocmem} '
|
'{bold}VM memory [MiB]:{nobold} {allocmem} '
|
||||||
'{bold}Free memory [MiB]:{nobold} {freemem} '
|
'{bold}Free memory [MiB]:{nobold} {freemem} '
|
||||||
'{bold}Used memory [MiB]:{nobold} {usedmem} '
|
'{bold}Used memory [MiB]:{nobold} {usedmem} '
|
||||||
'{bold}Load:{nobold} {load}'.format(
|
'{bold}Load:{nobold} {load}'.format(
|
||||||
|
|
Loading…
Reference in New Issue