From 35423a99726354f1c35baf8a75df9830cfa33d90 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Wed, 14 Apr 2021 20:38:59 +0200 Subject: [PATCH] ids.cgi: Add the provider handle if the forced update of a provider fails. Signed-off-by: Stefan Schantl --- html/cgi-bin/ids.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index 27f72ba4d7..e5553480db 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -518,7 +518,7 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'ids apply'}) { # Call subfunction to download the ruleset. if(&IDS::downloadruleset($provider)) { - $errormessage = $Lang::tr{'could not download latest updates'}; + $errormessage = "$provider - $Lang::tr{'could not download latest updates'}"; # Call function to store the errormessage. &IDS::_store_error_message($errormessage); -- 2.39.5