aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-17 16:44:29 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-17 16:44:29 +0200
commit7e0bfe05d3093b20fcee08394e1c63d5e59fabf6 (patch)
tree11d0cd8e02f54f09016f9f762be7425804c77738
parent3b6e0ab0b83405e3c0f88c57bc00eeb9223d5404 (diff)
Update instrumentationHEADmaster
-rw-r--r--src/simulator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulator.cc b/src/simulator.cc
index aedf810..0215b32 100644
--- a/src/simulator.cc
+++ b/src/simulator.cc
@@ -199,6 +199,7 @@ static void obs_node(std::vector<std::string> args) {
Payload *ack=m_ded->get<Payload>();
if(!ack->Abort){
MODE_TX();
+ XBT_INFO("%s try a send",CNAME);
if(i.extended){
SEND(m_ded->put(p,p->DataSize));
}