Blame SOURCES/nfs-utils-2.3.3-gssd-printerr.patch

0d1c97
diff -up nfs-utils-2.3.3/utils/gssd/krb5_util.c.orig nfs-utils-2.3.3/utils/gssd/krb5_util.c
0d1c97
--- nfs-utils-2.3.3/utils/gssd/krb5_util.c.orig	2021-11-04 10:13:07.788142847 -0400
0d1c97
+++ nfs-utils-2.3.3/utils/gssd/krb5_util.c	2021-11-04 10:14:10.829841090 -0400
0d1c97
@@ -647,8 +647,8 @@ get_full_hostname(const char *inhost, ch
0d1c97
 	    *c = tolower(*c);
0d1c97
 
0d1c97
 	if (get_verbosity() && strcmp(inhost, outhost))
0d1c97
-		printerr(1, "%s(0x%0lx): inhost '%s' different than outhost'%s'\n", 
0d1c97
-			inhost, outhost);
0d1c97
+		printerr(1, "%s(0x%0lx): inhost '%s' different than outhost '%s'\n", 
0d1c97
+			 __func__, tid, inhost, outhost);
0d1c97
 
0d1c97
 	retval = 0;
0d1c97
 out: