Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simpler way to define routes between zones (and between host and anything)
[simgrid.git] / docs / bin / extract_logs_hierarchy.pl
index bccc67f..40c74f8 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2008-2022. The SimGrid Team. All rights reserved.
+# Copyright (c) 2008-2023. 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.
@@ -22,7 +22,7 @@ print "This is the list of all categories existing in the SimGrid implementation
 my %ancestor;
 my %desc;
 # $ancestor{"toto"} is the ancestor of the toto channel as declared by XBT_LOG_NEW_SUBCATEGORY and
-# XBT_LOG_NEW_DEFAULT_SUBCATEGORY ie, when the channel toto is initialized (does not work under windows)
+# XBT_LOG_NEW_DEFAULT_SUBCATEGORY ie, when the channel toto is initialized
 
 # $desc{"toto"} is its description