[Vtigercrm-commits] [vtiger-commits] r4879 - /vtigercrm/trunk/include/database/PearDatabase.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 4 11:04:06 EDT 2006


Author: saraj
Date: Tue Apr  4 09:04:02 2006
New Revision: 4879

Log:
log level has been changed for statement at line no 200

Modified:
    vtigercrm/trunk/include/database/PearDatabase.php

Modified: vtigercrm/trunk/include/database/PearDatabase.php
==============================================================================
--- vtigercrm/trunk/include/database/PearDatabase.php (original)
+++ vtigercrm/trunk/include/database/PearDatabase.php Tue Apr  4 09:04:02 2006
@@ -200,7 +200,7 @@
 			else
 			{
 		//		$this->println("checkconnect using old connection");
-				 $log->info('checkconnect using old connection');
+				 $log->debug('checkconnect using old connection');
 			}
 	}
 





More information about the vtigercrm-commits mailing list