summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2010-03-01 13:04:04 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2010-03-01 13:04:04 +0000
commitac169dc283e7765f43617da3266241e6d315d05e (patch)
tree920528ed80e28b18eece7a36772e9b3c7e22ceb5
parent640d9568b308ba51af7b16c27b269664650e072b (diff)
typo in warning log
spotted by Seth Wright <seth@crosse.org>
-rw-r--r--usr.sbin/smtpd/smtpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c
index 909ece5200a..ffd185692f8 100644
--- a/usr.sbin/smtpd/smtpd.c
+++ b/usr.sbin/smtpd/smtpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: smtpd.c,v 1.95 2010/01/10 08:59:19 gilles Exp $ */
+/* $OpenBSD: smtpd.c,v 1.96 2010/03/01 13:04:03 gilles Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -577,7 +577,7 @@ parent_dispatch_mda(int imsgfd, short event, void *p)
break;
}
default:
- log_warnx("parent_dispatch_mfa: got imsg %d",
+ log_warnx("parent_dispatch_mda: got imsg %d",
imsg.hdr.type);
fatalx("parent_dispatch_mda: unexpected imsg");
}