mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct a typo.
PR: bin/155175 Submitted by: Peter J. Philipp <pjp centroid.eu> MFC after: 3 days
This commit is contained in:
parent
cb25117d54
commit
c2e12e3f94
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ daemon_main(int argc, char **argv)
|
|||
snprintf(logname, sizeof(logname), "faithd %s", service);
|
||||
snprintf(procname, sizeof(procname), "accepting port %s", service);
|
||||
openlog(logname, LOG_PID | LOG_NOWAIT, LOG_DAEMON);
|
||||
syslog(LOG_INFO, "Staring faith daemon for %s port", service);
|
||||
syslog(LOG_INFO, "Starting faith daemon for %s port", service);
|
||||
|
||||
play_service(s_wld);
|
||||
/* NOTREACHED */
|
||||
|
|
|
|||
Loading…
Reference in a new issue