Change wording of inferred destination warning for redirects
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 26 May 2013 15:15:47 +0000 (17:15 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 26 May 2013 15:15:47 +0000 (17:15 +0200)
redirects.c

index 1f10b42..7bafec2 100644 (file)
@@ -268,7 +268,7 @@ fw3_load_redirects(struct fw3_state *state, struct uci_package *p)
 
                        if (!redir->dest.set && resolve_dest(e, redir, state))
                        {
 
                        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);
                        }
 
                                          redir->dest.name);
                        }