Author: michiel
Date: 2009-12-01 21:28:06 +0100 (Tue, 01 Dec 2009)
New Revision: 40077

Modified:
   
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
Log:
a bit less sloppy

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 20:03:08 UTC (rev 40076)
+++ 
mmbase/trunk/applications/streams/src/main/java/org/mmbase/streams/createcaches/TranscoderResult.java
       2009-12-01 20:28:06 UTC (rev 40077)
@@ -68,7 +68,7 @@
             LOG.debug("Looking at: " + outFile);
             int count = 0;
             while ((!outFile.exists() || outFile.length() <1) && count < 20) {
-                LOG.service("Result ready but, but file " + outFile + 
(outFile.exists() ? "is too small" : "doesn't exists") + ".  Waiting 10 sec. to 
be sure filesystem is ready (" + count + ")");
+                LOG.service("Result ready, but file " + outFile + 
(outFile.exists() ? " is too small" : " doesn't exists") + ".  Waiting 10 sec. 
to be sure filesystem is ready (" + count + ")");
                 try {
                     Thread.currentThread().sleep(10000);
                     count++;

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

Reply via email to