From: Arnaud Giersch Date: Tue, 24 May 2011 07:56:59 +0000 (+0200) Subject: Cosmetics in debug messages. X-Git-Tag: v0.1~62^2~4 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/4822ee20b29ac49272f24c6298ea836049019119 Cosmetics in debug messages. --- diff --git a/process.cpp b/process.cpp index 11129e4..8adc217 100644 --- a/process.cpp +++ b/process.cpp @@ -157,7 +157,7 @@ void process::load_balance_loop() std::bind(&process::ctrl_close, this, _1)); while (ctrl_close_pending) { comm.ctrl_flush(false); - XBT_DEBUG("waiting for %d CTRL CLOSE", ctrl_close_pending); + XBT_DEBUG("waiting for %d CTRL_CLOSE", ctrl_close_pending); ctrl_receive(-1.0); } comm.ctrl_flush(true); @@ -212,7 +212,7 @@ void process::compute_loop() std::bind(&process::data_close, this, _1)); while (data_close_pending) { comm.data_flush(false); - XBT_DEBUG("waiting for %d DATA CLOSE", data_close_pending); + XBT_DEBUG("waiting for %d DATA_CLOSE", data_close_pending); data_receive(-1.0); } comm.data_flush(true);