Revision: 6979
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6979&view=rev
Author:   thjc
Date:     2008-08-25 21:08:14 +0000 (Mon, 25 Aug 2008)

Log Message:
-----------
cleaning up some debug messages that are too verbose

Modified Paths:
--------------
    
code/player/branches/release-2-1-patches/server/drivers/opaque/serialstream.cc

Modified: 
code/player/branches/release-2-1-patches/server/drivers/opaque/serialstream.cc
===================================================================
--- 
code/player/branches/release-2-1-patches/server/drivers/opaque/serialstream.cc  
    2008-08-25 13:53:07 UTC (rev 6978)
+++ 
code/player/branches/release-2-1-patches/server/drivers/opaque/serialstream.cc  
    2008-08-25 21:08:14 UTC (rev 6979)
@@ -328,7 +328,6 @@
        //else if it is a opaque data message then I want to flush the current 
serial port and write to whatever is connected to the serial port
        else if (Message::MatchMessage (hdr, PLAYER_MSGTYPE_CMD, 
PLAYER_OPAQUE_CMD_DATA, this->device_addr))
        {
-               PLAYER_MSG0(2, "Command message received");
            player_opaque_data_t * recv = reinterpret_cast<player_opaque_data_t 
* > (data);
            // Make sure both input and output queues are empty
            tcflush(opaque_fd, TCIOFLUSH);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to