improved message

This commit is contained in:
Jeff Hill
2000-06-08 15:05:17 +00:00
parent 7d6d6e6b11
commit 9e3dafa4bb

View File

@@ -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);
}