diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-05 15:35:41 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-02-05 15:35:41 +0000 |
| commit | 486405ca25fda05da2eaf56996ea469fc76bf384 (patch) | |
| tree | 6483a6992cf150c331e4eb433da0f49aac821216 /usr.sbin/portmap | |
| parent | f83a01b63fc80021985d8c60557b5d061fe4f7c5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/portmap')
| -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(); } |
