Open rhulme opened 1 year ago
SWIM errors are currently printed with a hex prefix but the value is actually decimal:
ERROR2("SWIM error 0x%02d\n", status[set][0]);
This PR fixes that.
SWIM errors are currently printed with a hex prefix but the value is actually decimal:
ERROR2("SWIM error 0x%02d\n", status[set][0]);
This PR fixes that.