From b21e481827b660e7439fcebb505cdb0349517a54 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 8 Sep 2016 11:56:25 -0700 Subject: Only WARN if GetProcPath fails to find the binary --- Alc/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/helpers.c') diff --git a/Alc/helpers.c b/Alc/helpers.c index 26ed535a..d4b44ced 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -726,7 +726,7 @@ al_string GetProcPath(void) if(len <= 0) { free(pathname); - ERR("Failed to link %s: %s\n", fname, strerror(errno)); + WARN("Failed to readlink %s: %s\n", fname, strerror(errno)); return ret; } -- cgit v1.2.3