mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
small cleanup
This commit is contained in:
parent
4879ab9d21
commit
85dc962bc0
@ -278,9 +278,10 @@ ipmi_sel_print_std_entry(int num, struct sel_event_record * evt)
|
||||
printf("%s #0x%02x", ipmi_sel_get_sensor_type(evt->sensor_type), evt->sensor_num);
|
||||
|
||||
if (csv_output)
|
||||
printf(",%s\n", ipmi_get_event_desc(evt));
|
||||
printf(",");
|
||||
else
|
||||
printf(" | %s\n", ipmi_get_event_desc(evt));
|
||||
printf(" | ");
|
||||
printf("%s\n", ipmi_get_event_desc(evt));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user