io report reformat
This commit is contained in:
+2
-2
@@ -512,9 +512,9 @@ short int level;
|
||||
if(status != OK)
|
||||
return ERROR;
|
||||
if (level == 0)
|
||||
printf("WF: JGVTR1: card=%d \n",card);
|
||||
printf("WF: JGVTR1:\tcard=%d \n",card);
|
||||
else if (level > 0)
|
||||
printf( "WF: JGVTR1: card=%d Sample rate=%g %s %s %s %s %s \n",
|
||||
printf( "WF: JGVTR1:\tcard=%d Sample rate=%g %s %s %s %s %s \n",
|
||||
card,
|
||||
sample_rate[stat.internal_frequency],
|
||||
clock_status[ stat.internal_clock ],
|
||||
|
||||
+1
-1
@@ -205,7 +205,7 @@ int mz8310_io_report_card(card,level)
|
||||
}
|
||||
}
|
||||
|
||||
printf("TM: MZ8310: card %d\n", card);
|
||||
printf("TM: MZ8310:\tcard %d\n", card);
|
||||
|
||||
|
||||
if (mzconf && card<mz8310_card_count && level){
|
||||
|
||||
Reference in New Issue
Block a user