File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ int enable_tracer_by_name(struct tracefs_instance *inst, const char *tracer_name
2020
2121 tracer = TRACEFS_TRACER_CUSTOM ;
2222
23- debug_msg ("enabling %s tracer\n" , tracer_name );
23+ debug_msg ("Enabling %s tracer\n" , tracer_name );
2424
2525 retval = tracefs_tracer_set (inst , tracer , tracer_name );
2626 if (retval < 0 ) {
2727 if (errno == ENODEV )
28- err_msg ("tracer %s not found!\n" , tracer_name );
28+ err_msg ("Tracer %s not found!\n" , tracer_name );
2929
30- err_msg ("failed to enable the tracer %s \n" , tracer_name );
30+ err_msg ("Failed to enable the %s tracer \n" , tracer_name );
3131 return -1 ;
3232 }
3333
@@ -44,7 +44,7 @@ void disable_tracer(struct tracefs_instance *inst)
4444
4545 retval = tracefs_tracer_set (inst , t );
4646 if (retval < 0 )
47- err_msg ("oops , error disabling tracer\n" );
47+ err_msg ("Oops , error disabling tracer\n" );
4848}
4949
5050/*
You can’t perform that action at this time.
0 commit comments