walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
7afed0d
diff -up nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c.orig nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c
7afed0d
--- nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c.orig	2017-01-12 10:21:39.000000000 -0500
7afed0d
+++ nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c	2017-04-26 12:47:56.715133443 -0400
7afed0d
@@ -432,7 +432,7 @@ int main(int argc, char **argv)
e167f16
 
246fcbd
 	xlog_stderr(verbose);
e167f16
 	if ((argc - optind) != 2) {
246fcbd
-		xlog_warn("Bad arg count. Check /etc/request-key.conf");
d5a7f16
+		xlog_err("Bad arg count. Check /etc/request-key.d/request-key.conf");
e167f16
 		xlog_warn(usage, progname);
d5a7f16
 		return EXIT_FAILURE;
e167f16
 	}