From 69f6492720dfbd25dd79534d2dcd2c41ffeb4496 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Fri, 5 Oct 2012 21:12:13 -0400 Subject: fix debug message. --- litmus/color_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'litmus') diff --git a/litmus/color_dev.c b/litmus/color_dev.c index 90bd097771e9..3ed584ad7aff 100644 --- a/litmus/color_dev.c +++ b/litmus/color_dev.c @@ -221,7 +221,7 @@ static int do_map_colored_pages(struct vm_area_struct *vma) const unsigned long addr = vma->vm_start + (nr_mapped << PAGE_SHIFT); - TRACE_CUR("color (no, quantity) (%lu, %lu) from-ctrl: (%h, %h)\n", + TRACE_CUR("color (no, quantity) (%lu, %lu) from-ctrl: (%hu, %hu)\n", color_no, color_quantity, color_ctrl->colors[i], color_ctrl->pages[i]); -- cgit v1.2.2