mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
only print "Closed Session" message if -vv mode
This commit is contained in:
parent
402418ab6e
commit
45d8b901de
@ -1123,7 +1123,7 @@ impi_close_session_cmd(struct ipmi_intf * intf)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose)
|
if (verbose > 1)
|
||||||
printf("\nClosed Session %08lx\n\n", lan_session.id);
|
printf("\nClosed Session %08lx\n\n", lan_session.id);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user