From 3a039cbe7bc09c6a0b0db08e5086cb98451382d1 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 24 Nov 2011 00:04: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 54b7992886..5660c53d58 100644 --- a/src/url.cc +++ b/src/url.cc @@ -327,7 +327,7 @@ urlParse(const HttpRequestMethod& method, char *url, HttpRequest *request) // Bug 3183 sanity check: If scheme is present, host must be too. if (protocol != AnyP::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