mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +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:
parent
a3d872c73d
commit
4728863d5b
@ -698,7 +698,7 @@ ipmi_mc_shutoff_watchdog(struct ipmi_intf * intf)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
lprintf(LOG_ERR, "Watchdog Timer Shutoff successful -- timer stopped");
|
printf("Watchdog Timer Shutoff successful -- timer stopped\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user