From 93040866f878e6fa4e64e4d84dd84632bc1b33c2 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 12 Aug 2005 19:01:54 +0000 Subject: [PATCH] - ph_subsys can be 7 symbols in HEAD --- lnet/utils/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 1022b39..857be97 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -275,7 +275,7 @@ static void print_saved_records(struct list_head *list, FILE *out) list_del(&line->chain); hdr = line->hdr; - fprintf(out, "%06x:%06x:%u:%u.%06Lu:%u:%u:%u:(%s:%u:%s()) %s", + fprintf(out, "%07x:%06x:%u:%u.%06Lu:%u:%u:%u:(%s:%u:%s()) %s", hdr->ph_subsys, hdr->ph_mask, hdr->ph_cpu_id, hdr->ph_sec, (unsigned long long)hdr->ph_usec, hdr->ph_stack, hdr->ph_pid, hdr->ph_extern_pid, -- 1.8.3.1