From dad300758486b59ac1356d55dbc2accd8e8d9720 Mon Sep 17 00:00:00 2001 From: Arkaitz Jimenez Date: Mon, 4 Jun 2012 01:53:24 +0100 Subject: Moved log method into logger class better than scheduler fixes #2495 --- src/rt/rust_shape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_shape.cpp') diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index c5f6a39b6c8..47d1f2bd1ef 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -624,6 +624,6 @@ shape_log_type(const type_desc *tydesc, uint8_t *data, uint32_t level) { log.walk(); - task->sched_loop->log(task, level, "%s", ss.str().c_str()); + task->sched_loop->get_log().log(task, level, "%s", ss.str().c_str()); } -- cgit 1.4.1-3-g733a5