From 158043416326d67708880ed801de53653d9453ad Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 28 Sep 2009 16:21:21 +0200 Subject: [PATCH] Don't try to print the thread ID pthread_t is defined as being opaque - there's no way to portably print it on a way that makes sense on all platforms. Remove this output. Reviewed-on: http://gerrit.openafs.org/541 Reviewed-by: Tom Keiser Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- src/vol/fssync-debug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/vol/fssync-debug.c b/src/vol/fssync-debug.c index 304b93a8ba..48c4be413b 100644 --- a/src/vol/fssync-debug.c +++ b/src/vol/fssync-debug.c @@ -1046,7 +1046,6 @@ VnQuery(struct cmd_syndesc * as, void * rock) } #endif /* !AFS_DEMAND_ATTACH_FS */ - printf("\twriter = %"AFS_PTR_FMT"\n", (uintptr_t)v.writer); printf("\tvcp = %p\n", v.vcp); printf("\thandle = %p\n", v.handle);