Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix log category for example.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 8 Dec 2020 20:01:54 +0000 (21:01 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 8 Dec 2020 20:01:54 +0000 (21:01 +0100)
docs/source/Tutorial_Algorithms.rst

index 2bb09ed..1f9b28d 100644 (file)
@@ -621,7 +621,7 @@ default. You can still see the debug messages as follows:
 
 .. code-block:: shell
 
-   ./master-workers-lab3 small_platform.xml deployment3.xml --log=msg_test.thres:debug
+   ./master-workers-lab3 small_platform.xml deployment3.xml --log=s4u_app_masterworker.thres:debug
 
 
 Lab 4: Competing Applications