summaryrefslogtreecommitdiff
path: root/source/sv_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_world.c')
-rw-r--r--source/sv_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_world.c b/source/sv_world.c
index 432cce4..8a19d52 100644
--- a/source/sv_world.c
+++ b/source/sv_world.c
@@ -593,7 +593,7 @@ trace_t *SV_Trace( trace_t *trace,
}
if( ++sv.tracecount > 10000 ) {
- Com_EPrintf( "SV_Trace: game DLL caught in infinite loop!\n" );
+ Com_EPrintf( "%s: game DLL caught in infinite loop!\n", __func__ );
memset( trace, 0, sizeof( *trace ) );
trace->fraction = 1;
trace->ent = ge->edicts;