@@ -647,22 +647,23 @@ void VG_(show_open_ports)(void)
647
647
OpenPort * i ;
648
648
649
649
VG_ (message )(Vg_UserMsg ,
650
- "MACH PORTS: %d open at exit." , allocated_port_count );
650
+ "MACH PORTS: %d open at exit.\n " , allocated_port_count );
651
651
652
652
for (i = allocated_ports ; i ; i = i -> next ) {
653
653
if (i -> name ) {
654
- VG_ (message )(Vg_UserMsg , "Open Mach port 0x%x: %s" , i -> port , i -> name );
654
+ VG_ (message )(Vg_UserMsg , "Open Mach port 0x%x: %s\n" , i -> port ,
655
+ i -> name );
655
656
} else {
656
- VG_ (message )(Vg_UserMsg , "Open Mach port 0x%x" , i -> port );
657
+ VG_ (message )(Vg_UserMsg , "Open Mach port 0x%x\n " , i -> port );
657
658
}
658
659
659
660
if (i -> where ) {
660
661
VG_ (pp_ExeContext )(i -> where );
661
- VG_ (message )(Vg_UserMsg , "" );
662
+ VG_ (message )(Vg_UserMsg , "\n " );
662
663
}
663
664
}
664
665
665
- VG_ (message )(Vg_UserMsg , "" );
666
+ VG_ (message )(Vg_UserMsg , "\n " );
666
667
}
667
668
668
669
@@ -3997,7 +3998,7 @@ PRE(auditon)
3997
3998
break ;
3998
3999
3999
4000
default :
4000
- VG_ (message )(Vg_UserMsg , "UNKNOWN auditon cmd %ld" , ARG1 );
4001
+ VG_ (message )(Vg_UserMsg , "UNKNOWN auditon cmd %ld\n " , ARG1 );
4001
4002
break ;
4002
4003
}
4003
4004
}
0 commit comments