projects
/
oweals
/
firewall3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35d5795
)
Change wording of inferred destination warning for redirects
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 May 2013 15:15:47 +0000
(17:15 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 26 May 2013 15:15:47 +0000
(17:15 +0200)
redirects.c
patch
|
blob
|
history
diff --git
a/redirects.c
b/redirects.c
index 1f10b4222e2a82608e799efa0f79b67760a142d7..7bafec2f1ee19c3f999eeb75539fa3b45cb7f743 100644
(file)
--- a/
redirects.c
+++ b/
redirects.c
@@
-268,7
+268,7
@@
fw3_load_redirects(struct fw3_state *state, struct uci_package *p)
if (!redir->dest.set && resolve_dest(e, redir, state))
{
- warn_elem(e, "
has no destination specified, assuming zone
'%s'",
+ warn_elem(e, "
does not specify a destination, assuming
'%s'",
redir->dest.name);
}