mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-06 04:33:34 +00:00
only print "Closed Session" message if -vv mode
This commit is contained in:
@ -1123,7 +1123,7 @@ impi_close_session_cmd(struct ipmi_intf * intf)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (verbose)
|
||||
if (verbose > 1)
|
||||
printf("\nClosed Session %08lx\n\n", lan_session.id);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user