aboutsummaryrefslogtreecommitdiffstats
path: root/alsause.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alsause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsause.c b/alsause.c
index 57d9ff7..c91125e 100644
--- a/alsause.c
+++ b/alsause.c
@@ -305,7 +305,7 @@ main(int argc, char *argv[])
treefd = open_tree(AT_FDCWD, temppath, OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC);
if (treefd < 0) {
- weprintf("open_tree AT_FDCWD %s OPEN_TREE_CLONE:", temppath);
+ weprintf("open_tree AT_FDCWD %s OPEN_TREE_CLONE|OPEN_TREE_CLOEXEC:", temppath);
unlink(temppath);
exit(libsimple_default_failure_exit);
}