aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/helpers.c2
1 files changed, 1 insertions, 1 deletions
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;
}