commit 6360e969d67c05c7bffc161eacaabf5ec0de6be1
parent a0c911a329b9451ab351f022988bb07a71dab069
Author: Anselm R. Garbe <arg@10kloc.org>
Date: Mon, 16 Oct 2006 16:09:27 +0200
hotfix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wm.c b/wm.c
@@ -237,7 +237,7 @@ main(int argc, char *argv[]) {
ixp_eprint("wmiiwm: namespace directory \"%s\" exists, but is not owned by you",
namespace);
if(st.st_mode & 077)
- error("wmiiwm: namespace directory \"%s\" exists, "
+ ixp_eprint("wmiiwm: namespace directory \"%s\" exists, "
"but has group or world permissions",
namespace);
free(namespace);