Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: remove occurrences of "msg_platform.xml"
[simgrid.git] / examples / s4u / actor-suspend / s4u-actor-suspend.cpp
index 3a29577..3e1a93e 100644 (file)
@@ -70,7 +70,7 @@ static void dream_master()
 int main(int argc, char* argv[])
 {
   simgrid::s4u::Engine e(&argc, argv);
-  xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s msg_platform.xml\n", argv[0], argv[0]);
+  xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s ../platforms/small_platform.xml\n", argv[0], argv[0]);
 
   e.load_platform(argv[1]); /* - Load the platform description */
   std::vector<simgrid::s4u::Host*> list = e.get_all_hosts();