From 09b9a53d1d8b916d50bcdbbd0ad361f2ee38f651 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 21 Jul 2015 22:36:28 +0200 Subject: [PATCH] cosmetics in debug messages --- src/surf/maxmin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index 7f9a358fd3..7152a9ee11 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -48,7 +48,7 @@ lmm_system_t lmm_system_new(int selective_update) l->selective_update_active = selective_update; l->visited_counter = 1; - XBT_DEBUG("Setting selective_update_active flag to %d\n", + XBT_DEBUG("Setting selective_update_active flag to %d", l->selective_update_active); xbt_swag_init(&(l->variable_set), -- 2.20.1