X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3d42ca4a7357664a08b737ac461f53ee2933d4c2..796f0db8f54b52f6f18b9f74253f4e545384fce5:/examples/s4u/exec-remote/s4u-exec-remote.cpp diff --git a/examples/s4u/exec-remote/s4u-exec-remote.cpp b/examples/s4u/exec-remote/s4u-exec-remote.cpp index a119a8dc6e..2956dc076f 100644 --- a/examples/s4u/exec-remote/s4u-exec-remote.cpp +++ b/examples/s4u/exec-remote/s4u-exec-remote.cpp @@ -13,7 +13,7 @@ static void wizard() simgrid::s4u::Host* ginette = simgrid::s4u::Host::by_name("Ginette"); simgrid::s4u::Host* boivin = simgrid::s4u::Host::by_name("Boivin"); - XBT_INFO("I'm a wizard! I can run a task on the Fafard host from the Ginette one! Look!"); + XBT_INFO("I'm a wizard! I can run a task on the Ginette host from the Fafard one! Look!"); simgrid::s4u::ExecPtr exec = simgrid::s4u::this_actor::exec_init(48.492e6); exec->set_host(ginette); exec->start();