aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-25 21:15:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-25 21:15:24 +0000
commit4c0d9a3813ad34c526806a011c6756b4c66f4607 (patch)
treeeeeb7c7abb88cc92787ec7c5180f1b68ed2fd859 /src/main.c
parent3488c820d096712c18128ff3613e6b8a03744143 (diff)
downloadmailfromd-4c0d9a3813ad34c526806a011c6756b4c66f4607.tar.gz
mailfromd-4c0d9a3813ad34c526806a011c6756b4c66f4607.tar.bz2
(option_deprecated): mark as warning
git-svn-id: file:///svnroot/mailfromd/trunk@1141 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6d5e9d47..bd68b581 100644
--- a/src/main.c
+++ b/src/main.c
@@ -456,7 +456,7 @@ host_in_relayed_domain_p(char *client)
int
option_deprecated(char *opt, void **pval, char *newval)
{
- parse_error("deprecated option %s ignored", opt);
+ parse_error("warning: deprecated option %s ignored", opt);
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.