Fix problem with filling new tables
[proteocache.git] / server / compbio / listeners / ContextListener.java
index a1ff9cb..ed15609 100644 (file)
@@ -61,6 +61,7 @@ public class ContextListener implements ServletContextListener {
                FILL_NEWTABLE = initBooleanValue("cassandra.newtables.update");
 
                if (FILL_NEWTABLE) {
+                       System.out.println("Initializating new table update scheduler");
                        update_scheduler = Executors.newSingleThreadScheduledExecutor();
                        update_scheduler.schedule(new Runnable() {
                                @Override