summaryrefslogtreecommitdiff
path: root/source/cl_ents.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_ents.c')
-rw-r--r--source/cl_ents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_ents.c b/source/cl_ents.c
index 49b5e54..4afe12b 100644
--- a/source/cl_ents.c
+++ b/source/cl_ents.c
@@ -963,7 +963,7 @@ void CL_GetEntitySoundOrigin( int entnum, vec3_t org ) {
vec3_t mid;
if( entnum < 0 || entnum >= MAX_EDICTS ) {
- Com_Error( ERR_DROP, "CL_GetEntitySoundOrigin: bad entnum: %d", entnum );
+ Com_Error( ERR_DROP, "%s: bad entnum: %d", __func__, entnum );
}
if( !entnum ) {
// should this ever happen?