aboutsummaryrefslogtreecommitdiffstats
path: root/src/faudit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/faudit/main.c')
-rw-r--r--src/faudit/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/faudit/main.c b/src/faudit/main.c
index df549ac3e..86d3fe4a9 100644
--- a/src/faudit/main.c
+++ b/src/faudit/main.c
@@ -41,7 +41,7 @@ int main(int argc, char **argv) {
41 fprintf(stderr, "Error: cannot extract the path of the audit program\n"); 41 fprintf(stderr, "Error: cannot extract the path of the audit program\n");
42 return 1; 42 return 1;
43 } 43 }
44 printf("INFO: Starting %s.\n", prog); 44 printf("INFO: starting %s.\n", prog);
45 45
46 46
47 // check pid namespace 47 // check pid namespace