From 584bdbe440d5b23ceda374fdbee95b8cc70b0050 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 2 Dec 2011 05:28:58 -0700 Subject: [PATCH] Polish: convert one SECURITY WARNING to ALERT --- src/url.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/url.cc b/src/url.cc index e6a855ac30..5a4204b3f1 100644 --- a/src/url.cc +++ b/src/url.cc @@ -326,7 +326,7 @@ urlParse(const HttpRequestMethod& method, char *url, HttpRequest *request) // Bug 3183 sanity check: If scheme is present, host must be too. if (protocol != PROTO_NONE && (host == NULL || *host == '\0')) { - debugs(23, DBG_IMPORTANT, "SECURITY WARNING: Missing hostname in URL '" << url << "'. see access.log for details."); + debugs(23, DBG_IMPORTANT, "SECURITY ALERT: Missing hostname in URL '" << url << "'. see access.log for details."); return NULL; } -- 2.47.2