summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aac.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/aac.c')
-rw-r--r--sys/dev/ic/aac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aac.c b/sys/dev/ic/aac.c
index 7e000a60ec2..3994250c7a6 100644
--- a/sys/dev/ic/aac.c
+++ b/sys/dev/ic/aac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aac.c,v 1.28 2006/02/06 22:11:32 jmc Exp $ */
+/* $OpenBSD: aac.c,v 1.29 2006/04/20 20:31:12 miod Exp $ */
/*-
* Copyright (c) 2000 Michael Smith
@@ -1806,7 +1806,7 @@ aac_sync_fib(struct aac_softc *sc, u_int32_t command, u_int32_t xferstate,
{
if (datasize > AAC_FIB_DATASIZE) {
- printf("aac_sync_fib 1: datasize=%d AAC_FIB_DATASIZE\n",
+ printf("aac_sync_fib 1: datasize=%d AAC_FIB_DATASIZE %lu\n",
datasize, AAC_FIB_DATASIZE);
return(EINVAL);
}