Blame 0010-lslogins-remove-unexpected-debug-message.patch

673c78
From 097fc3427d3221d763f0b1c41923758af2f471a3 Mon Sep 17 00:00:00 2001
673c78
From: Karel Zak <kzak@redhat.com>
673c78
Date: Thu, 21 Jul 2022 10:57:36 +0200
673c78
Subject: lslogins: remove unexpected debug message
673c78
673c78
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2094216
673c78
Signed-off-by: Karel Zak <kzak@redhat.com>
673c78
---
673c78
 login-utils/lslogins.c | 3 ---
673c78
 1 file changed, 3 deletions(-)
673c78
673c78
diff --git a/login-utils/lslogins.c b/login-utils/lslogins.c
673c78
index 9431a50bb..c37df9096 100644
673c78
--- a/login-utils/lslogins.c
673c78
+++ b/login-utils/lslogins.c
673c78
@@ -562,9 +562,6 @@ static int get_sgroups(gid_t **list, size_t *len, struct passwd *pwd)
673c78
 
673c78
 	*list = xcalloc(1, ngroups * sizeof(gid_t));
673c78
 
673c78
-fprintf(stderr, "KZAK>>> alloc '%p' for %s\n", *list, pwd->pw_name);
673c78
-
673c78
-
673c78
 	/* now for the actual list of GIDs */
673c78
 	if (-1 == getgrouplist(pwd->pw_name, pwd->pw_gid, *list, &ngroups))
673c78
 		return -1;
673c78
-- 
673c78
2.36.1
673c78