diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2016-06-03 06:53:40 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2016-06-03 06:53:40 +0000 |
| commit | 92397c739b3a52b366fcfbd039742be297ea6668 (patch) | |
| tree | a9bd84376185ffded11e8df093ba2f894a59e404 /sys/dev | |
| parent | 1a0f4d98ac7a2cd8547c5d0dc4f086981bdb6294 (diff) | |
fix debug message
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/iscsi/iscsi_send.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/iscsi/iscsi_send.c b/sys/dev/iscsi/iscsi_send.c index 416b92f81e0..b38d6a21a1c 100644 --- a/sys/dev/iscsi/iscsi_send.c +++ b/sys/dev/iscsi/iscsi_send.c @@ -1,4 +1,4 @@ -/* $NetBSD: iscsi_send.c,v 1.19 2016/06/01 05:31:59 mlelstv Exp $ */ +/* $NetBSD: iscsi_send.c,v 1.20 2016/06/03 06:53:40 mlelstv Exp $ */ /*- * Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc. @@ -260,7 +260,7 @@ reassign_tasks(connection_t *oldconn) /* update CmdSN */ DEBC(conn, 1, ("Resend Updating CmdSN - old %d, new %d\n", - ccb->CmdSN, sess->CmdSN)); + ccb->CmdSN, sn)); ccb->CmdSN = sn; pdu->pdu.p.command.CmdSN = htonl(ccb->CmdSN); } |
