X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9f1b83fd35a713664c907baf85e6d7e2715c4a83..2fd15b45d25da87fc9c2ae646c7ff50cc303dfb1:/examples/simdag/properties/sd_prop.c diff --git a/examples/simdag/properties/sd_prop.c b/examples/simdag/properties/sd_prop.c index 4af031c2c5..ad340f4a5d 100644 --- a/examples/simdag/properties/sd_prop.c +++ b/examples/simdag/properties/sd_prop.c @@ -44,7 +44,7 @@ int main(int argc, char **argv) /* The host properties can be retrieved from all interfaces */ - XBT_INFO("Property list for workstation %s", name1); + XBT_INFO("Property list for host %s", name1); /* Get the property list of the workstation 1 */ props = sg_host_get_properties(w1); @@ -63,7 +63,7 @@ int main(int argc, char **argv) XBT_INFO("\tProperty: %s has value: %s", noexist, value?value:"Undefined (NULL)"); - XBT_INFO("Property list for workstation %s", name2); + XBT_INFO("Property list for host %s", name2); /* Get the property list of the workstation 2 */ props = sg_host_get_properties(w2); cursor = NULL;