Author: michiel
Date: 2009-12-01 13:26:14 +0100 (Tue, 01 Dec 2009)
New Revision: 40061

Modified:
   
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
Log:
log also about wich damn file we're talking

Modified: 
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
===================================================================
--- 
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
       2009-12-01 10:21:12 UTC (rev 40060)
+++ 
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
       2009-12-01 12:26:14 UTC (rev 40061)
@@ -1,6 +1,6 @@
 /*
 
-This file is part of the MMBase Streams application, 
+This file is part of the MMBase Streams application,
 which is part of MMBase - an open source content management system.
     Copyright (C) 2009 André van Toly, Michiel Meeuwissen
 
@@ -31,7 +31,7 @@
 
 
 /**
- * Container for the result of a JobDefinition This is the result of an actual 
transcoding. 
+ * Container for the result of a JobDefinition This is the result of an actual 
transcoding.
  * This means that it does have a 'destination' node {...@link 
#getDestination()} and URI {...@link #getOut()}.
  *
  * @author Michiel Meeuwissen
@@ -69,7 +69,7 @@
             if (outFile.length() > 1) {     // @TODO: there should maybe be 
other ways to detect if a transcoding failed
                 dest.setIntValue("state", State.DONE.getValue());
             } else {
-                LOG.warn("Filesize < 1, setting " + dest.getNumber() + " to 
failed");
+                LOG.warn("Filesize of " + outFile + " < 1, setting " + 
dest.getNumber() + " to failed");
                 dest.setIntValue("state", State.FAILED.getValue());
             }
             if (definition.getLabel() != null && 
dest.getNodeManager().hasField("label")) {

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to