2
0
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:
Jarrod Johnson 2017-12-07 16:54:35 -05:00
parent 0ae315a12f
commit ae39a84a30

View File

@ -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 '