From: Zdenek S. <st...@us...> - 2016-07-31 18:20:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ipmitool". The branch, master has been updated via 95eb252ecd7c502463b1884ccd11974c1c58f49a (commit) from 2c99bf69ec4398f4281d7e670837f8a2395de57f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 95eb252ecd7c502463b1884ccd11974c1c58f49a Author: Zdenek Styblik <st...@tu...> Date: Sun Jul 31 20:19:30 2016 +0200 ID:261 - Fix err. output consistency for % ipmitool chassis INV_PARAM; diff --git a/lib/ipmi_chassis.c b/lib/ipmi_chassis.c index fb7c27d..7b5c2a8 100644 --- a/lib/ipmi_chassis.c +++ b/lib/ipmi_chassis.c @@ -1381,7 +1381,7 @@ ipmi_chassis_main(struct ipmi_intf * intf, int argc, char ** argv) } } else { - lprintf(LOG_ERR, "Invalid Chassis command: %s", argv[0]); + lprintf(LOG_ERR, "Invalid chassis command: %s", argv[0]); return -1; } ----------------------------------------------------------------------- Summary of changes: lib/ipmi_chassis.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- ipmitool |