Index: src/org/openbravo/erpCommon/ad_background/PeriodicBackground.java
===================================================================
--- src/org/openbravo/erpCommon/ad_background/PeriodicBackground.java	(revision 11315)
+++ src/org/openbravo/erpCommon/ad_background/PeriodicBackground.java	(working copy)
@@ -193,6 +193,7 @@
     PeriodicBackgroundData[] data = null;
     try {
       data = PeriodicBackgroundData.select(conn, "");
+      System.out.println("No. clients: " + (data.length));
     } catch (ServletException ex) {
       ex.printStackTrace();
       return;
@@ -207,6 +208,7 @@
       this.adClientId = data[j].adClientId;
       this.message.setLength(0);
       this.lastLog.setLength(0);
+      System.out.println("processPL - Client: "+ (this.adClientId));
       object.processPL(this, false);
     }
   }
