aboutsummaryrefslogtreecommitdiffstats
path: root/src/fbuilder/build_profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbuilder/build_profile.c')
-rw-r--r--src/fbuilder/build_profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fbuilder/build_profile.c b/src/fbuilder/build_profile.c
index 41c85e9ab..ab6eaf1dd 100644
--- a/src/fbuilder/build_profile.c
+++ b/src/fbuilder/build_profile.c
@@ -26,7 +26,7 @@
26void build_profile(int argc, char **argv, int index, FILE *fp) { 26void build_profile(int argc, char **argv, int index, FILE *fp) {
27 // next index is the application name 27 // next index is the application name
28 if (index >= argc) { 28 if (index >= argc) {
29 fprintf(stderr, "Error: application name missing\n"); 29 fprintf(stderr, "Error fbuilder: application name missing\n");
30 exit(1); 30 exit(1);
31 } 31 }
32 32
@@ -165,7 +165,7 @@ void build_profile(int argc, char **argv, int index, FILE *fp) {
165 unlink(trace_output); 165 unlink(trace_output);
166 } 166 }
167 else { 167 else {
168 fprintf(stderr, "Error: cannot run the sandbox\n"); 168 fprintf(stderr, "Error fbuilder: cannot run the sandbox\n");
169 exit(1); 169 exit(1);
170 } 170 }
171} 171}