added \n to printf diagnostic

This commit is contained in:
Jeff Hill
2009-08-25 15:45:20 +00:00
parent 33911cd0af
commit a4e5e540a9

View File

@@ -1814,7 +1814,7 @@ void arrayTest ( chid chan, unsigned maxArrayBytes, unsigned interestLevel )
*/
for ( i = 0; i < ca_element_count ( chan ); i++ ) {
if ( pWF[i] != pRF[i] ) {
printf ( "i=%u, pWF[i]=%f, pRF[i]=%f",
printf ( "i=%u, pWF[i]=%f, pRF[i]=%f\n",
i, pWF[i], pRF[i]);
}
verify ( pWF[i] == pRF[i] );