From d716471e011c7ae69905d55a794e6d29e894a092 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Tue, 6 Jun 2006 14:47:46 +0000 Subject: fix a panic string to mention the corrent place its freaking out in. --- sys/dev/ic/mpi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index 1a587e14c93..b282aae2436 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.24 2006/06/01 21:32:15 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.25 2006/06/06 14:47:45 dlg Exp $ */ /* * Copyright (c) 2005, 2006 David Gwynne @@ -1538,7 +1538,7 @@ mpi_portenable(struct mpi_softc *sc) pep = ccb->ccb_reply; if (pep == NULL) - panic("%s: empty portfacts reply\n", DEVNAME(sc)); + panic("%s: empty portenable reply\n", DEVNAME(sc)); mpi_push_reply(sc, ccb->ccb_reply_dva); mpi_put_ccb(sc, ccb); -- cgit v1.2.3