walters / rpms / nfs-utils

Forked from rpms/nfs-utils 6 years ago
Clone
d5a7f16
diff -up nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c.orig nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c
246fcbd
--- nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c.orig	2016-03-16 12:29:29.054788094 -0400
246fcbd
+++ nfs-utils-1.3.3/utils/nfsidmap/nfsidmap.c	2016-03-16 12:31:58.234450259 -0400
246fcbd
@@ -430,7 +430,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
 	}