From f5ee9657db940ac6b97f594a7e8e55be3e8293f3 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 5 Dec 2013 14:23:11 +0100 Subject: [PATCH] Remove useless information from debug message. Fixes error with format string. --- src/surf/storage_n11.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.20.1