From 17af4a7b4d8635b9e330e1a9bffa367d6c8f8564 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 7 Mar 2016 20:33:58 +0100 Subject: [PATCH] add a verbose message to the Boost contexts --- src/simix/BoostContext.cpp | 1 + src/simix/RawContext.cpp | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/simix/BoostContext.cpp b/src/simix/BoostContext.cpp index 3a7ea342f9..8af10115c1 100644 --- a/src/simix/BoostContext.cpp +++ b/src/simix/BoostContext.cpp @@ -290,6 +290,7 @@ void BoostParallelContext::resume() XBT_PRIVATE ContextFactory* boost_factory() { + XBT_VERB("Using Boost contexts. Welcome to the 21th century."); return new BoostContextFactory(); } diff --git a/src/simix/RawContext.cpp b/src/simix/RawContext.cpp index 6c86829983..d131015e5a 100644 --- a/src/simix/RawContext.cpp +++ b/src/simix/RawContext.cpp @@ -72,8 +72,7 @@ private: ContextFactory* raw_factory() { - XBT_VERB("Using raw contexts. " - "Because the glibc is just not good enough for us."); + XBT_VERB("Using raw contexts. Because the glibc is just not good enough for us."); return new RawContextFactory(); } -- 2.30.2