[CLEANUP] give a little bit more information in error message

Indicate the error is about redirection.

diff --git a/src/cfgparse.c b/src/cfgparse.c
index 8839e85..46cc1a6 100644
--- a/src/cfgparse.c
+++ b/src/cfgparse.c
@@ -1403,7 +1403,7 @@
 		}
 
 		if ((cond = parse_acl_cond((const char **)args + cur_arg, &curproxy->acl, pol)) == NULL) {
-			Alert("parsing [%s:%d] : '%s': error detected while parsing condition.\n",
+			Alert("parsing [%s:%d] : '%s': error detected while parsing redirect condition.\n",
 			      file, linenum, args[0]);
 			return -1;
 		}