From 0d85c7d8a86ea930f8601434f6180a09b33347c6 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 19 Oct 2004 21:39:31 +0000 Subject: [PATCH] fixed gnu warning --- src/ca/syncGroupWriteNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/syncGroupWriteNotify.cpp b/src/ca/syncGroupWriteNotify.cpp index 9cdd6c90a..4b94294aa 100644 --- a/src/ca/syncGroupWriteNotify.cpp +++ b/src/ca/syncGroupWriteNotify.cpp @@ -109,7 +109,7 @@ void syncGroupWriteNotify::show ( { ::printf ( "pending write sg op\n" ); if ( level > 0u ) { - ::printf ( "pending sg op: chan=%s magic=%u sg=%p\n", + ::printf ( "pending sg op: magic=%u sg=%p\n", this->magic, static_cast < void * > ( &this->sg ) ); } }