We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107037e commit 0b0835dCopy full SHA for 0b0835d
java/code/src/com/suse/manager/errata/advisorymap/ErrataAdvisoryMapManager.java
@@ -142,7 +142,7 @@ public void syncErrataAdvisoryMap() throws IOException {
142
}
143
catch (NoRouteToHostException ex) {
144
String proxy = ConfigDefaults.get().getProxyHost();
145
- String errorString = "No route to SCC" + (proxy != null ? " or the Proxy: " + proxy : "");
+ String errorString = "No route to download advisory map" + (proxy != null ? " or the Proxy: " + proxy : "");
146
LOG.error(errorString, ex);
147
throw new IOException(errorString);
148
0 commit comments