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
20
20
21
21
tracer = TRACEFS_TRACER_CUSTOM ;
22
22
23
- debug_msg ("enabling %s tracer\n" , tracer_name );
23
+ debug_msg ("Enabling %s tracer\n" , tracer_name );
24
24
25
25
retval = tracefs_tracer_set (inst , tracer , tracer_name );
26
26
if (retval < 0 ) {
27
27
if (errno == ENODEV )
28
- err_msg ("tracer %s not found!\n" , tracer_name );
28
+ err_msg ("Tracer %s not found!\n" , tracer_name );
29
29
30
- err_msg ("failed to enable the tracer %s \n" , tracer_name );
30
+ err_msg ("Failed to enable the %s tracer \n" , tracer_name );
31
31
return -1 ;
32
32
}
33
33
@@ -44,7 +44,7 @@ void disable_tracer(struct tracefs_instance *inst)
44
44
45
45
retval = tracefs_tracer_set (inst , t );
46
46
if (retval < 0 )
47
- err_msg ("oops , error disabling tracer\n" );
47
+ err_msg ("Oops , error disabling tracer\n" );
48
48
}
49
49
50
50
/*
You can’t perform that action at this time.
0 commit comments