From: Simon Wilkinson Date: Mon, 28 Sep 2009 14:21:21 +0000 (+0200) Subject: Don't try to print the thread ID X-Git-Tag: openafs-devel-1_5_65~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=158043416326d67708880ed801de53653d9453ad;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/vol/fssync-debug.c b/src/vol/fssync-debug.c index 304b93a8b..48c4be413 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);