summaryrefslogtreecommitdiff
path: root/maximus/sci/src
diff options
context:
space:
mode:
authorburet2007-08-24 09:46:19 +0000
committerburet2007-08-24 09:46:19 +0000
commita7607a240dd5674df402dd7a66b5f0e0e50a140e (patch)
treee867e6328b00c460664feecc03b8c1b4391019b3 /maximus/sci/src
parent7aad01e48647c734f7aceb79951d6962ca53315a (diff)
Maximus:
- solve 'add_param' bug and update associated unitary tests - update logs - re-add 'ntoh' function for 'bind_param' git-svn-id: svn+ssh://pessac/svn/cesar/trunk@607 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus/sci/src')
-rw-r--r--maximus/sci/src/SciServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/maximus/sci/src/SciServer.cpp b/maximus/sci/src/SciServer.cpp
index ee34591312..1c558d7ce4 100644
--- a/maximus/sci/src/SciServer.cpp
+++ b/maximus/sci/src/SciServer.cpp
@@ -431,7 +431,7 @@ bool SciServer::sendSciMsg ( const SciMsg & sci_msg_to_send ) const
if (bSend)
{
- clog << logger(LOG_COM) << "<--- send " << displaySciMsgType(sci_msg_to_send.getSciMsgHeader()->type) << " SCI message to station " << dec << destination->getStationId() << " (" << setfill('0') << setw(4) << uppercase << hex << destination->getStationId() << ")" << dec << endl;
+ clog << logger(LOG_COM) << "<--- send " << displaySciMsgType(sci_msg_to_send.getSciMsgHeader()->type) << " SCI message to station " << dec << destination->getStationId() << " (0x" << setfill('0') << setw(4) << uppercase << hex << destination->getStationId() << ")" << dec << endl;
}
destination = NULL;