diff options
Diffstat (limited to 'alsause.c')
-rw-r--r-- | alsause.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |