only print "Closed Session" message if -vv mode

This commit is contained in:
Duncan Laurie 2004-01-06 22:15:01 +00:00
parent 402418ab6e
commit 45d8b901de

View File

@ -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;