From db1d78945c411d4049a9087eeb6290dc436b6438 Mon Sep 17 00:00:00 2001 From: "James C. Bevier" Date: Wed, 17 Jul 2019 21:39:18 -0400 Subject: [PATCH] SEL32: Correct spelling --- SEL32/sel32_chan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SEL32/sel32_chan.c b/SEL32/sel32_chan.c index d337664..3d771a0 100644 --- a/SEL32/sel32_chan.c +++ b/SEL32/sel32_chan.c @@ -1199,7 +1199,7 @@ t_stat chan_boot(uint16 chsa, DEVICE *dptr) { chp->ccw_flags = 0; /* clear the command flags */ return SCPE_IOERR; /* return error */ } - sim_debug(DEBUG_CMD, &dev_cpu, "Channel Boot OK return from load_ccw chsa %02x status %08x\n", + sim_debug(DEBUG_CMD, &cpu_dev, "Channel Boot OK return from load_ccw chsa %02x status %08x\n", chsa, chp->chan_status); loading = chsa; /* show we are loading from the boot device */ return SCPE_OK; /* all OK */