diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2008-12-04 00:10:16 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2008-12-04 00:10:16 +0000 |
commit | b0eec03949b989fe43c26db4f354af555e0d3bd9 (patch) | |
tree | 4c8e418fe8f661ed79779df6d62f62662c1bd43e /usr.sbin | |
parent | 0ba2232bd9556a1b34ba5bae6a61cd1e3d5d5831 (diff) |
obvious 'missing space' typo in message, ok gilles@ krw@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 757fe84e03d..923a1bd5f8c 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.11 2008/11/25 20:26:40 gilles Exp $ */ +/* $OpenBSD: parse.y,v 1.12 2008/12/04 00:10:15 ian Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -238,7 +238,7 @@ main : QUEUE INTERVAL interval { flags = 0; if (ssl_load_certfile(conf, cert) < 0) { - log_warnx("warning: could not load cert: %s," + log_warnx("warning: could not load cert: %s, " "no SSL/TLS support", cert); if ($1 || $6 != NULL) { yyerror("cannot load certificate: %s", |