Author: rande
Date: 2010-03-17 20:29:56 +0100 (Wed, 17 Mar 2010)
New Revision: 28587

Modified:
   plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
Log:
[swCombinePlugin] tweak console message

Modified: 
plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php
===================================================================
--- plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php  
2010-03-17 19:21:23 UTC (rev 28586)
+++ plugins/swCombinePlugin/trunk/lib/task/swOptimizeCreateFilesTask.class.php  
2010-03-17 19:29:56 UTC (rev 28587)
@@ -203,6 +203,7 @@
 
     if(count($combine->getFiles()) == 0)
     {
+      $this->logSection('combine', '   ~ no files to add');
       return;
     }
     
@@ -222,7 +223,7 @@
     // save combined file
     if(!$this->saveContents($path, $content))
     {
-      
+      $this->logSection('combine', '   ~ content is empty');
       return;
     }
     

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to