From 9e3dafa4bb0f69c0654991cf1f0a23bebf641ffc Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 8 Jun 2000 15:05:17 +0000 Subject: [PATCH] improved message --- src/ca/cacNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/cacNotify.cpp b/src/ca/cacNotify.cpp index e4d1ad32e..a89e76421 100644 --- a/src/ca/cacNotify.cpp +++ b/src/ca/cacNotify.cpp @@ -44,7 +44,7 @@ void cacNotify::completionNotify () void cacNotify::completionNotify ( unsigned type, unsigned long count, const void *pData ) { - ca_printf ("IO completion with no handler installed? type=%u count=%u data pointer=%p\n", + ca_printf ("CAC: IO completion with no handler installed? type=%u count=%u data pointer=%p\n", type, count, pData); }