UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:46:50 +0000 (08:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Aug 2018 00:46:50 +0000 (08:46 +0800)
UpdateDatabase.php

index bf7f1df..c16a11f 100644 (file)
@@ -1190,7 +1190,7 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function clearApacheDataobjectsCache()
     {
-        
+        echo "Clearing Database Cache\n";
         // this needs to clear it's own cache along with remote one..
   
         
@@ -1209,7 +1209,7 @@ class Pman_Core_UpdateDatabase extends Pman
     
     function clearApacheAssetCache()
     {
-        
+        echo "Clearing Asset Cache\n";
         $response = $this->curl(
             "http://localhost{$this->local_base_url}/Core/Asset",
             array( '_clear_cache' => 1 ),