]> AND Public Git Repository - simgrid.git/blobdiff - examples/c/dht-pastry/dht-pastry.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc/tuto: the container's name is simgrid
[simgrid.git] / examples / c / dht-pastry / dht-pastry.c
index 1e50b42ef8f016c190e5cc64d519d44bf6876b7c..2658603d6e487ad4135e3481c4653bff1a6eba5a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2022. 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. */
@@ -183,7 +183,7 @@ static state_t node_get_state(const_node_t node)
 
 static void print_node_id(const_node_t node)
 {
-  XBT_INFO(" Id: %i '%08x' ", node->id, (unsigned)node->id);
+  XBT_INFO(" Id: %i '%08x'", node->id, (unsigned)node->id);
 }
 
 /* Print the node namespace set */