From 9f51464ea127daa9aff4e92582e94ff67fcd491e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 18 Jul 2009 00:30:17 +0000 Subject: [PATCH] improved tests --- src/ca/acctst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 69a446e66..1d6fef307 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -2658,7 +2658,7 @@ void verifyImmediateTearDown ( const char * pName, status = ca_pend_io ( timeoutToPendIO ); SEVCHK ( status, "immediate tear down channel get failed" ); if ( currentValue != ( (i + 1) % 2 ) ) { - printf ( "currentValue = %i, i = %i", currentValue, i ); + printf ( "currentValue = %i, i = %i\n", currentValue, i ); assert ( currentValue == ( (i + 1) % 2 ) ); } }