From bf188d05bf3d2daf28a7c6551aa1624edf2d1d82 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 9 Mar 2016 13:42:32 +0100 Subject: [PATCH] rtio: cleanup RTIOBusy message --- artiq/runtime/rtio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/runtime/rtio.c b/artiq/runtime/rtio.c index 385011cf5..92f02f651 100644 --- a/artiq/runtime/rtio.c +++ b/artiq/runtime/rtio.c @@ -42,8 +42,8 @@ static void rtio_process_exceptional_status( if(status & RTIO_O_STATUS_BUSY) { rtio_o_busy_reset_write(1); artiq_raise_from_c("RTIOBusy", - "RTIO busy at {0} mu, channel {1}", - timestamp, channel, 0); + "RTIO busy on channel {0}", + channel, 0, 0); } }