This commit is contained in:
Jeff Hill
2000-09-14 00:28:00 +00:00
parent 8f2a5171c9
commit 1496c44a3a

View File

@@ -67,8 +67,7 @@ void netReadCopyIO::exceptionNotify ( int status,
const char *pContextIn, unsigned typeIn, unsigned long countIn )
{
ca_signal_formated (status, __FILE__, __LINE__,
"%s type=%d count=%ld\n",
pContextIn, typeIn, countIn);
"%s type=%d count=%ld\n", pContextIn, typeIn, countIn);
}
void netReadCopyIO::show ( unsigned level ) const