From b2522fbba753669b90c248d325391c2691ead2ff Mon Sep 17 00:00:00 2001
From: Mattias Andrée <m@maandree.se>
Date: Wed, 29 Jan 2025 17:14:20 +0100
Subject: Fix error print
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Mattias Andrée <m@maandree.se>
---
 alsause.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'alsause.c')

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);
 		}
-- 
cgit v1.2.3-70-g09d2