diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2013-06-18 15:02:53 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2013-06-18 15:02:53 +0000 |
| commit | 4c1234dd1507dbef24bf1c4be5de8a167329b257 (patch) | |
| tree | 394d141a43d3672f10c24fe3f14ae7d14d1cc56b /sys/dev/aac | |
| parent | 705a88562431af7f829590ac79d032396c174578 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aac')
| -rw-r--r-- | sys/dev/aac/aac_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 9cdfd3fb271a..353c6fa21415 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -160,7 +160,7 @@ void aac_panic(struct aac_softc *sc, char *reason) { aac_print_queues(sc); - panic(reason); + panic("%s", reason); } /* |
