mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-25 06:41:35 +00:00
ID: 3597470 - 'mc watchdog reset' 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 reset'.
This commit is contained in:
@@ -698,7 +698,7 @@ ipmi_mc_shutoff_watchdog(struct ipmi_intf * intf)
|
||||
return -1;
|
||||
}
|
||||
|
||||
lprintf(LOG_ERR, "Watchdog Timer Shutoff successful -- timer stopped");
|
||||
printf("Watchdog Timer Shutoff successful -- timer stopped\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user