summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/pcmcia')
-rw-r--r--mdk-stage1/pcmcia/cardmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/pcmcia/cardmgr.c b/mdk-stage1/pcmcia/cardmgr.c
index f461ed180..40b5e6a0f 100644
--- a/mdk-stage1/pcmcia/cardmgr.c
+++ b/mdk-stage1/pcmcia/cardmgr.c
@@ -683,7 +683,7 @@ static void adjust_resources(void)
sprintf(tmp, "irq %u", al->adj.resource.irq.IRQ);
break;
}
- log_message("CM: could not adjust resource: %s: %m", tmp);
+ log_message("CM: could not adjust resource: %s: %s", tmp, strerror(errno));
}
}
}