]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/resource/Model.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify namespaces
[simgrid.git] / src / kernel / resource / Model.cpp
index 1cec3da02c8a5ffe7e65a8641029827a05b2d66e..b02fe64024bf22545398b66e76b5311cfb5b00fd 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2004-2020. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2004-2021. 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. */
@@ -6,7 +6,7 @@
 #include "simgrid/kernel/resource/Model.hpp"
 #include "src/kernel/lmm/maxmin.hpp"
 
-XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(resource);
+XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(ker_resource);
 
 namespace simgrid {
 namespace kernel {