mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-27 03:19:56 +00:00
Improved unrecognized memory format
This commit is contained in:
parent
0ae315a12f
commit
ae39a84a30
@ -52,7 +52,7 @@ def print_mem_info(node, prefix, meminfo):
|
||||
elif meminfo['memory_type'] == 'DDR4 SDRAM':
|
||||
memdescfmt += '4-{1} '
|
||||
else:
|
||||
print('{0}: Unrecognized Memory'.format(node))
|
||||
print('{0}: {1}: Unrecognized Memory'.format(node, prefix))
|
||||
return
|
||||
if meminfo['ecc']:
|
||||
memdescfmt += 'ECC '
|
||||
|
Loading…
x
Reference in New Issue
Block a user