]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/blobdiff - html/cgi-bin/ids.cgi
ids.cgi: Add the provider handle if the forced update of a provider
[people/stevee/ipfire-2.x.git] / 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);