]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/svc_run.c
Assorted changes from Steve Dickson
[nfs-utils.git] / utils / statd / svc_run.c
index f6bcbb906df907cd847cbe57d5a042d008c89abe..597b68d31fdcc83f9b9d50c380983e9ffa565cee 100644 (file)
@@ -123,7 +123,8 @@ my_svc_run(void)
                        if (errno == EINTR || errno == ECONNREFUSED
                         || errno == ENETUNREACH || errno == EHOSTUNREACH)
                                continue;
-                       note(N_ERROR, "my_svc_run() - select: %m");
+                       note(N_ERROR, "my_svc_run() - select: %s",
+                               strerror (errno));
                        return;
 
                case 0: