[pLog-svn] r916 - plog/trunk/class/file

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Feb 2 07:45:59 GMT 2005


Author: oscar
Date: 2005-02-02 07:45:58 +0000 (Wed, 02 Feb 2005)
New Revision: 916

Modified:
   plog/trunk/class/file/file.class.php
Log:
fixed one issue with the logger


Modified: plog/trunk/class/file/file.class.php
===================================================================
--- plog/trunk/class/file/file.class.php	2005-02-01 22:19:16 UTC (rev 915)
+++ plog/trunk/class/file/file.class.php	2005-02-02 07:45:58 UTC (rev 916)
@@ -198,7 +198,7 @@
 		  */
 		 function deleteDir( $dirName, $recursive = false )
 		 {
-			 $log =& LoggerManager::getLogger( "File::deleteDir" );
+			 $log =& LoggerManager::getLogger();
 
 			// if the directory can't be read, then quit with an error
 			if( !File::isReadable( $dirName ) || !File::exists( $dirName )) {




More information about the pLog-svn mailing list