7afed0da24
Signed-off-by: Steve Dickson <steved@redhat.com>
13 lines
567 B
Diff
13 lines
567 B
Diff
diff -up nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c.orig nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c
|
|
--- nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c.orig 2017-01-12 10:21:39.000000000 -0500
|
|
+++ nfs-utils-2.1.1/utils/nfsidmap/nfsidmap.c 2017-04-26 12:47:56.715133443 -0400
|
|
@@ -432,7 +432,7 @@ int main(int argc, char **argv)
|
|
|
|
xlog_stderr(verbose);
|
|
if ((argc - optind) != 2) {
|
|
- xlog_warn("Bad arg count. Check /etc/request-key.conf");
|
|
+ xlog_err("Bad arg count. Check /etc/request-key.d/request-key.conf");
|
|
xlog_warn(usage, progname);
|
|
return EXIT_FAILURE;
|
|
}
|