mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID: 3597469 - 'mc watchdog off' prints on STDERR, should be STDOUT
Commit fixes/replaces lprintf(LOG_ERR,...) with printf() to print info message on STDOUT instead of STDERR in 'mc watchdog off'.
This commit is contained in:
parent
4728863d5b
commit
970c5ff8b6
@ -735,7 +735,7 @@ ipmi_mc_rst_watchdog(struct ipmi_intf * intf)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
lprintf(LOG_ERR, "IPMI Watchdog Timer Reset - countdown restarted!");
|
printf("IPMI Watchdog Timer Reset - countdown restarted!\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user