From: Jan-Pascal van Best Date: Wed, 8 Apr 2015 21:12:56 +0000 (+0200) Subject: With --configure, inform user that fetching EPG source information may take some... X-Git-Tag: v1.6.5~3 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=14c45e574e2160c7f31031fe4bb3f69f4523d28e;p=tv_grab_nl_java With --configure, inform user that fetching EPG source information may take some time --- diff --git a/src/main/java/org/vanbest/xmltv/Main.java b/src/main/java/org/vanbest/xmltv/Main.java index 6260a16..15812c8 100644 --- a/src/main/java/org/vanbest/xmltv/Main.java +++ b/src/main/java/org/vanbest/xmltv/Main.java @@ -202,6 +202,7 @@ public class Main { Set oldChannels = new HashSet(); Set oldChannelNames = new HashSet(); Set oldGuides = new HashSet(); + System.out.println("Please wait, fetching EPG source information..."); for (Channel c : config.channels) { if (c.enabled) { oldChannels.add(c.source + "::" + c.id);