Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / src / kernel / activity / IoImpl.cpp
index abcc7f8..f712154 100644 (file)
@@ -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()