Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher
In directory james.mmbase.org:/tmp/cvs-serv20292

Modified Files:
        NewsletterGenerator.java 
Log Message:
CMSC-1084, Newsletter: sending test email contains empty body,add error 
messages to the log file when sending a newsletter does not work


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher
See also: http://www.mmbase.org/jira/browse/CMSC-1084


Index: NewsletterGenerator.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/NewsletterGenerator.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- NewsletterGenerator.java    21 Jul 2008 12:52:40 -0000      1.11
+++ NewsletterGenerator.java    14 Oct 2008 07:49:55 -0000      1.12
@@ -57,7 +57,7 @@
 
          return (inputString);
       } catch (Exception e) {
-         log.debug("Error when try to get content from" + urlPath, e);
+         log.error("Error when try to get content from" + urlPath, e);
       }
 
       return inputString;
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to