Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix debug messages
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 3 Aug 2018 06:34:24 +0000 (08:34 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 3 Aug 2018 06:34:24 +0000 (08:34 +0200)
src/kernel/activity/IoImpl.cpp

index abcc7f8..d762815 100644 (file)
@@ -16,14 +16,14 @@ simgrid::kernel::activity::IoImpl::IoImpl(std::string name, resource::Action* su
 
   surf_action_->set_data(this);
 
 
   surf_action_->set_data(this);
 
-  XBT_DEBUG("Create exec %p", this);
+  XBT_DEBUG("Create io %p", this);
 }
 
 simgrid::kernel::activity::IoImpl::~IoImpl()
 {
   if (surf_action_ != nullptr)
     surf_action_->unref();
 }
 
 simgrid::kernel::activity::IoImpl::~IoImpl()
 {
   if (surf_action_ != nullptr)
     surf_action_->unref();
-  XBT_DEBUG("Destroy exec %p", this);
+  XBT_DEBUG("Destroy io %p", this);
 }
 
 void simgrid::kernel::activity::IoImpl::cancel()
 }
 
 void simgrid::kernel::activity::IoImpl::cancel()