MINOR: add severity information to cli feedback messages
diff --git a/src/proto_http.c b/src/proto_http.c
index 634a002..fb5c085 100644
--- a/src/proto_http.c
+++ b/src/proto_http.c
@@ -13113,6 +13113,7 @@
 			appctx->ctx.errors.iid = atoi(args[2]);
 
 		if (!appctx->ctx.errors.iid) {
+			appctx->ctx.cli.severity = LOG_ERR;
 			appctx->ctx.cli.msg = "No such proxy.\n";
 			appctx->st0 = CLI_ST_PRINT;
 			return 1;