[CS-Project-svn_notify] SF.net SVN: cs-project: [734] trunk/lib/tagClass.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2008-01-07 23:20:49
|
Revision: 734 http://cs-project.svn.sourceforge.net/cs-project/?rev=734&view=rev Author: crazedsanity Date: 2008-01-07 15:20:45 -0800 (Mon, 07 Jan 2008) Log Message: ----------- Minor update to logging details. /lib/tagClass.php: * update_record_position_for_tag(): -- when an error occurs, indicate currentPosition. Modified Paths: -------------- trunk/lib/tagClass.php Modified: trunk/lib/tagClass.php =================================================================== --- trunk/lib/tagClass.php 2007-12-28 16:03:06 UTC (rev 733) +++ trunk/lib/tagClass.php 2008-01-07 23:20:45 UTC (rev 734) @@ -376,7 +376,7 @@ //make sure we didn't encounter a nasty internal error... if(is_null($currentPosition) || !is_numeric($currentPosition)) { //what can we do? - $details = __METHOD__ .": couldn't find current position for tagId=(". $tagId .")"; + $details = __METHOD__ .": couldn't find current position for tagId=(". $tagId ."): ". $currentPosition; $this->logsObj->log_dberror($details); throw new exception($details); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |