aboutsummaryrefslogtreecommitdiffstats
path: root/src/fcopy/main.c
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-05-30 11:42:21 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-05-30 11:42:21 -0400
commit9a84e4df6075b286d67b1f0d8079aed4d0b77760 (patch)
tree43783c1db92bf0bb87038218d02616f962b7f94d /src/fcopy/main.c
parentallow --debug if quite-by-default is set (#3125, #4168) (diff)
downloadfirejail-9a84e4df6075b286d67b1f0d8079aed4d0b77760.tar.gz
firejail-9a84e4df6075b286d67b1f0d8079aed4d0b77760.tar.zst
firejail-9a84e4df6075b286d67b1f0d8079aed4d0b77760.zip
fix fcoy error message (#2743)
Diffstat (limited to 'src/fcopy/main.c')
-rw-r--r--src/fcopy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcopy/main.c b/src/fcopy/main.c
index 572e9f601..869549821 100644
--- a/src/fcopy/main.c
+++ b/src/fcopy/main.c
@@ -340,7 +340,7 @@ static char *check(const char *src) {
340 340
341errexit: 341errexit:
342 free(rsrc); 342 free(rsrc);
343 fprintf(stderr, "Error fcopy: invalid file %s\n", src); 343 fprintf(stderr, "Error fcopy: invalid ownership for file %s\n", src);
344 exit(1); 344 exit(1);
345} 345}
346 346