Index: diag.c =================================================================== --- diag.c (revision 21849) +++ diag.c (revision 21850) @@ -444,7 +444,7 @@ its++; now = pcb_dtime(); } while(now < end); - pcb_message(PCB_MSG_INFO, "find.c peformance: %f pin find per second\n", (double)its * (double)pins / (now-from)); + pcb_message(PCB_MSG_INFO, "find.c peformance: %d %f pin find per second\n", its, (double)its * (double)pins / (now-from)); PCB_ACT_IRES(0); return 0; } @@ -483,7 +483,7 @@ its++; now = pcb_dtime(); } while(now < end); - pcb_message(PCB_MSG_INFO, "find2.c peformance: %f pin find per second\n", (double)its * (double)pins / (now-from)); + pcb_message(PCB_MSG_INFO, "find2.c peformance: %d %f pin find per second\n", its, (double)its * (double)pins / (now-from)); PCB_ACT_IRES(0); return 0; }