]> git.ipfire.org Git - people/pmueller/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>
Sun, 19 Dec 2021 12:23:45 +0000 (13:23 +0100)
fails.

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

index 27f72ba4d70b60b7c38f159f703fbff82df088a9..e5553480dbcb263400a6094463e14694a6840172 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);