Skip to content

Commit 0b0835d

Browse files
committed
minor fix
1 parent 107037e commit 0b0835d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/code/src/com/suse/manager/errata/advisorymap/ErrataAdvisoryMapManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void syncErrataAdvisoryMap() throws IOException {
142142
}
143143
catch (NoRouteToHostException ex) {
144144
String proxy = ConfigDefaults.get().getProxyHost();
145-
String errorString = "No route to SCC" + (proxy != null ? " or the Proxy: " + proxy : "");
145+
String errorString = "No route to download advisory map" + (proxy != null ? " or the Proxy: " + proxy : "");
146146
LOG.error(errorString, ex);
147147
throw new IOException(errorString);
148148
}

0 commit comments

Comments
 (0)