summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/task.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/task.stp b/tapset/task.stp
index 04b1ece..0d927ca 100644
--- a/tapset/task.stp
+++ b/tapset/task.stp
@@ -44,7 +44,7 @@ function xprt_dump:string(_task:long)
sprintf(buf+cc, "xprt is NULL");
goto leave;
}
- sprintf(buf+cc, ": xprt 0x%p ops 0x%p state 0x%x",
+ sprintf(buf+cc, ": xprt 0x%p ops 0x%p state 0x%lx",
xprt, xprt->ops, xprt->state);
cc = strlen(buf);
leave: