Ver código fonte

added DBG wms doGenerate in bash_sync_perms

Piotr Labudda 9 anos atrás
pai
commit
de520e9c6c
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      SE/bash_sync_perms.php

+ 2 - 0
SE/bash_sync_perms.php

@@ -453,7 +453,9 @@ class SyncPerms {
 		self::sendNofity();
 
 		Lib::loadClass('Router');
+		echo "DBG: UrlAction_WmsGenerate->doGenerate() START...\n";
 		Router::getRoute('UrlAction_WmsGenerate')->doGenerate();
+		echo "DBG: UrlAction_WmsGenerate->doGenerate() END\n";
 	}
 
 	public static function sendNofity() {