]> www.vanbest.org Git - tv_grab_nl_java/commitdiff
With --configure, inform user that fetching EPG source information may take some...
authorJan-Pascal van Best <janpascal@vanbest.org>
Wed, 8 Apr 2015 21:12:56 +0000 (23:12 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Wed, 8 Apr 2015 21:12:56 +0000 (23:12 +0200)
src/main/java/org/vanbest/xmltv/Main.java

index 6260a16079610625be5d14dbcef8685092837cb8..15812c804bbf115e00b37081465a9ff4059ea185 100644 (file)
@@ -202,6 +202,7 @@ public class Main {
                Set<String> oldChannels = new HashSet<String>();
                Set<String> oldChannelNames = new HashSet<String>();
                Set<String> oldGuides = new HashSet<String>();
+               System.out.println("Please wait, fetching EPG source information...");
                for (Channel c : config.channels) {
                        if (c.enabled) {
                                oldChannels.add(c.source + "::" + c.id);