From: Arnaud Giersch Date: Thu, 5 Dec 2013 13:23:11 +0000 (+0100) Subject: Remove useless information from debug message. X-Git-Tag: v3_11_beta~194 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f5ee9657db940ac6b97f594a7e8e55be3e8293f3 Remove useless information from debug message. Fixes error with format string. --- diff --git a/src/surf/storage_n11.cpp b/src/surf/storage_n11.cpp index b9d42dc55e..e8388de69d 100644 --- a/src/surf/storage_n11.cpp +++ b/src/surf/storage_n11.cpp @@ -251,9 +251,8 @@ StoragePtr StorageN11Model::createResource(const char* id, const char* type_id, xbt_lib_set(storage_lib, id, SURF_STORAGE_LEVEL, static_cast(storage)); - XBT_DEBUG("SURF storage create resource\n\t\tid '%s'\n\t\ttype '%s' \n\t\tmodel '%s' \n\t\tproperties '%p'\n\t\tBread '%f'\n", + XBT_DEBUG("SURF storage create resource\n\t\tid '%s'\n\t\ttype '%s'\n\t\tproperties '%p'\n\t\tBread '%f'\n", id, - this, type_id, storage_type->properties, Bread);