]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
ids.cgi: Add the provider handle if the forced update of a provider
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 14 Apr 2021 18:38:59 +0000 (20:38 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 8 Sep 2021 17:37:26 +0000 (19:37 +0200)
fails.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/ids.cgi

index 25f8f972333ea5aa9deaf89946bc21cd5b60c877..c8f94474370cd1e9a73f59569339bbcafb344bcf 100644 (file)
@@ -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);