git: fcdcfa218956 - main - Missed chunk of 0acc026dda9e.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Dec 2022 16:27:06 UTC
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=fcdcfa218956fb246313b3994f5649dbd532b914 commit fcdcfa218956fb246313b3994f5649dbd532b914 Author: Alexander Motin <mav@FreeBSD.org> AuthorDate: 2022-12-03 16:26:22 +0000 Commit: Alexander Motin <mav@FreeBSD.org> CommitDate: 2022-12-03 16:26:22 +0000 Missed chunk of 0acc026dda9e. --- usr.sbin/ctladm/ctladm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ctladm/ctladm.c b/usr.sbin/ctladm/ctladm.c index 7705073958df..c6fb78cd8bd6 100644 --- a/usr.sbin/ctladm/ctladm.c +++ b/usr.sbin/ctladm/ctladm.c @@ -336,7 +336,7 @@ retry: if (ts.tv_nsec > 0) cmd_latency += ts.tv_nsec / 1000000; - fprintf(stdout, "LUN %jd tag 0x%04x%s%s%s%s%s%s%s: %s. CDB: %s " + fprintf(stdout, "LUN %jd tag 0x%jx%s%s%s%s%s%s%s: %s. CDB: %s " "(%0.0Lf ms)\n", (intmax_t)entry->lun_num, entry->tag_num, (entry->cmd_flags & CTL_OOACMD_FLAG_BLOCKED) ?