|
From: <bo...@us...> - 2008-07-02 03:52:00
|
Revision: 247
http://gearbox.svn.sourceforge.net/gearbox/?rev=247&view=rev
Author: borax00
Date: 2008-07-01 20:52:06 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
changed text of printouts only
Modified Paths:
--------------
gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp
Modified: gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp
===================================================================
--- gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp 2008-07-02 03:17:57 UTC (rev 246)
+++ gearbox/trunk/submitted/gbxsmartbatteryacfr/oceanserverreader.cpp 2008-07-02 03:52:06 UTC (rev 247)
@@ -171,12 +171,12 @@
while(true)
{
if ( numTries > MAX_TRIES )
- throw gbxutilacfr::Exception( ERROR_INFO, "Couldn't find the beginning of a valid OceanServer record" );
+ throw gbxutilacfr::Exception( ERROR_INFO, "Couldn't find the beginning of a SUBSEQUENT valid OceanServer record" );
numTries++;
serialData = tryToReadLineFromSerialPort();
if ( parser_.atBeginningOfRecord( serialData ) )
{
- tracer_.debug( "OceanServerReader: End of the record (beginning of the NEXT record)", 5 );
+ tracer_.debug( "OceanServerReader: End of the record (beginning of a SUBSEQUENT record)", 5 );
parser_.parse( stringList, system );
break;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|