From 9a273a291af8c192ec2a8931517341f44f78cd46 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 5 Jun 2014 16:04:51 +0200 Subject: [PATCH] Typo. --- src/msg/msg_vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_vm.c b/src/msg/msg_vm.c index f3b703ea4b..ba12a24c5e 100644 --- a/src/msg/msg_vm.c +++ b/src/msg/msg_vm.c @@ -1027,7 +1027,7 @@ static int migration_tx_fun(int argc, char *argv[]) double bandwidth = updated_size / (clock_post_send - clock_prev_send); threshold = get_threshold_value(bandwidth, max_downtime); - XBT_INFO("actual banwdidth %f, threshold %f", bandwidth / 1024 / 1024, threshold); + XBT_INFO("actual bandwidth %f, threshold %f", bandwidth / 1024 / 1024, threshold); -- 2.20.1