aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-04-30 13:27:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-04-30 13:27:24 +1200
commitedc5db0a73e145ab121b0745c1c2c537e3afddc0 (patch)
tree1fe97ad2706abb93cbd8a0c3d5f458bd671066ac
parentMerge branch 'hotfix/v0.04' (diff)
downloadinotifymask-edc5db0a73e145ab121b0745c1c2c537e3afddc0.tar.gz
inotifymask-edc5db0a73e145ab121b0745c1c2c537e3afddc0.zip
Adjust log message for clarity
-rw-r--r--bin/inotifymask2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/inotifymask b/bin/inotifymask
index 19e1b0a..576749c 100644
--- a/bin/inotifymask
+++ b/bin/inotifymask
@@ -55,7 +55,7 @@ my $cb = sub {
for ( $mode & ~$mask ) {
chmod $_, $name
or return;
- printf {*STDERR} "secured %s %o\n", $name, $_;
+ printf {*STDERR} "masked %s %04o\n", $name, $_;
}
};