Changeset 6849 for source/ariba/utility


Ignore:
Timestamp:
Nov 5, 2009, 4:53:47 PM (14 years ago)
Author:
Christoph Mayer
Message:

-listener sanity checks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/visual/ServerVis.cpp

    r6822 r6849  
    110110void ServerVis::sendSocket(const string& msg){
    111111        if( socket.is_open() && socketOpened ){
    112                 logging_error("SENDING VISUAL COMMAND: " << msg);
     112                logging_debug("sending visual command: " << msg);
    113113                socket.send( boost::asio::buffer(msg) );
    114114        }
Note: See TracChangeset for help on using the changeset viewer.