Modified: trunk/darkplaces/vid_agl.c
===================================================================
--- trunk/darkplaces/vid_agl.c	2007-04-20 22:22:59 UTC (rev 7147)
+++ trunk/darkplaces/vid_agl.c	2007-04-20 22:36:23 UTC (rev 7148)
@@ -176,7 +176,7 @@
 			}
 			else
 			{
-				Con_Printf("WARNING: can't enable multithreaded GL, CGL functions not present\n", (int) e);
+				Con_Printf("WARNING: can't enable multithreaded GL, CGL functions not present\n");
 				Cvar_SetValueQuick(&apple_multithreadedgl, 0);
 			}
 		}

