summaryrefslogtreecommitdiff
path: root/2005
diff options
context:
space:
mode:
authorhaller2005-05-05 11:20:07 +0000
committerhaller2005-05-05 11:20:07 +0000
commitdc1defb9c6dbc965782f1da84979010f2520809c (patch)
tree7fa6ec250f52fa5fd385a863fd8f66781e137d6c /2005
parentf8eabcc39b158563ebea7f1130e7c57368a6d047 (diff)
Retrait de log(floodage...)
Diffstat (limited to '2005')
-rw-r--r--2005/i/robert/src/proto/proto.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/2005/i/robert/src/proto/proto.cc b/2005/i/robert/src/proto/proto.cc
index 4e04c83..177f5c3 100644
--- a/2005/i/robert/src/proto/proto.cc
+++ b/2005/i/robert/src/proto/proto.cc
@@ -60,7 +60,7 @@ Proto::sync(void)
// Récupération de la frame
while (reGet = getFrame())
{
- log_ ("recv") << "frame" << currentFrame_;
+ //log_ ("recv") << "frame" << currentFrame_;
// Si la frame est un aquittement
if(currentFrame_ == frameQueue_.front())
{
@@ -269,7 +269,7 @@ Proto::getFrame(void)
{
// On renvoie en mettant le compteur à 0, la commande sera
// renvoyer de retour à sync
- log_("Erreur de reception") << "commande inconnue" << "";
+ //log_("Erreur de reception") << "commande inconnue" << "";
tLastSend_ = 0;
revState_ = 0;
return false;
@@ -282,7 +282,7 @@ Proto::getFrame(void)
void
Proto::sendFrame(const Frame & frame)
{
- log_ ("send") << "frame" << frame;
+ //log_ ("send") << "frame" << frame;
// envoyer le bang
serial_.putchar('!');