aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index f8455dda..ce8b6025 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -182,7 +182,7 @@ static ALvoid SetSpeakerArrangement(const char *name, ALfloat SpeakerAngle[OUTPU
if(val >= -180 && val <= 180)
SpeakerAngle[i] = val * M_PI/180.0f;
else
- AL_PRINT("Invalid angle for speaker \"%s\": %d\n", confkey);
+ AL_PRINT("Invalid angle for speaker \"%s\": %d\n", confkey, val);
break;
}
}