The group should not be printed out at startup if debug is set,
as it is not always set. This came in in the "add group support"
patch, it was probably used for debugging that code.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Show the version to make it easier to determine what
* is going on here
*/
- if (debug) {
+ if (debug)
display_version();
- fprintf(stderr, "%s", session->group);
- }
if (session->action == ACTION_UNKNOWN) {
fprintf(stderr, "Unknown action, valid actions are:\n");