From 8766df991f7d0239373084bfc4f0bfa17e4d9cc3 Mon Sep 17 00:00:00 2001 From: navarro Date: Tue, 22 May 2012 15:17:01 +0200 Subject: [PATCH] Fix compilation with MSG_DEPRECATED --- src/msg/msg_gos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 3582956813..c0cce18339 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -1033,7 +1033,7 @@ MSG_task_put_with_timeout(m_task_t task, m_host_t dest, && (channel < msg_global->max_channel), "Invalid channel %d", channel); - XBT_DEBUG("MSG_task_put_with_timout: Trying to send a task to '%s'", dest->smx_host->name); + XBT_DEBUG("MSG_task_put_with_timout: Trying to send a task to '%s'", SIMIX_host_get_name(dest->smx_host)); return MSG_mailbox_put_with_timeout(MSG_mailbox_get_by_channel (dest, channel), task, timeout); -- 2.20.1