diff options
| -rw-r--r-- | usr.sbin/portmap/portmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/portmap/portmap.c b/usr.sbin/portmap/portmap.c index f2f07edc57c4..a05d59a9877f 100644 --- a/usr.sbin/portmap/portmap.c +++ b/usr.sbin/portmap/portmap.c @@ -194,7 +194,7 @@ main(argc, argv) check_startup(); (void)signal(SIGCHLD, reap); svc_run(); - syslog(LOG_ERR, "run_svc returned unexpectedly"); + syslog(LOG_ERR, "svc_run returned unexpectedly"); abort(); } |
