Skip to content

Commit

Permalink
improve wording for shadow list message
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed May 14, 2020
1 parent 82536b8 commit b376958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cmanager/oc/ShadowList.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static ShadowList loadShadowList() throws Throwable
{
final HashMap<String, String> shadowList = new HashMap<>();

System.out.println("Shadow list retrieval disabled as the API endpoint seems to be broken for now.");
System.out.println("The shadow list retrieval has been disabled temporarily as the API endpoint seems to be broken for now.");
// TODO: Enable after the GZip archive is valid again.
/*FileHelper.processFiles(SHADOWLIST_PATH, new InputAction() {
@Override
Expand Down

0 comments on commit b376958

Please sign in to comment.