Commit 5a630f10 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make an error message slightly less confusing.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3249 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 93dc2a36
......@@ -306,7 +306,7 @@ Cond_Int(const struct var *vp, struct tokenlist *tl)
default:
vsb_printf(tl->sb, "Invalid condition ");
vcc_ErrToken(tl, tl->t);
vsb_printf(tl->sb, " on integer variable\n");
vsb_printf(tl->sb, " on numeric variable\n");
vsb_printf(tl->sb,
" only '==', '!=', '<', '>', '<=' and '>=' are legal\n");
vcc_ErrWhere(tl, tl->t);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment