Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a huge memleak in regular communications
[simgrid.git] / src / kernel / activity / CommImpl.cpp
index aebf055..58182ea 100644 (file)
@@ -18,7 +18,7 @@ simgrid::kernel::activity::CommImpl::CommImpl(e_smx_comm_type_t _type) : type(_t
   src_data = nullptr;
   dst_data = nullptr;
   intrusive_ptr_add_ref(this);
-  XBT_DEBUG("Create communicate synchro %p", this);
+  XBT_DEBUG("Create comm activity %p", this);
 }
 
 simgrid::kernel::activity::CommImpl::~CommImpl()