X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8749f7dec702f8afc9a24ac2770f2e2a47dfec62..b8df87e176f27b25534f27d7e240defa32ca35bc:/src/kernel/activity/IoImpl.cpp?ds=sidebyside diff --git a/src/kernel/activity/IoImpl.cpp b/src/kernel/activity/IoImpl.cpp index abcc7f8585..f7121544ae 100644 --- a/src/kernel/activity/IoImpl.cpp +++ b/src/kernel/activity/IoImpl.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2018. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -16,14 +16,14 @@ simgrid::kernel::activity::IoImpl::IoImpl(std::string name, resource::Action* su 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(); - XBT_DEBUG("Destroy exec %p", this); + XBT_DEBUG("Destroy io %p", this); } void simgrid::kernel::activity::IoImpl::cancel()