Index: al.c
===================================================================
--- al.c	(revision 8273)
+++ al.c	(revision 8274)
@@ -161,7 +161,7 @@
 	/* Return all outstanding MADs to the MAD pools. */
 	cl_spinlock_acquire( &h_al->mad_lock);
 	AL_PRINT( TRACE_LEVEL_ERROR, AL_DBG_ERROR, 
-				("We have %d outstanding MADs left. First ones are:\n", h_al->mad_list.count));
+				("We have %lu outstanding MADs left. First ones are:\n", (unsigned long) h_al->mad_list.count));
 	
 	for( p_list_item = cl_qlist_head( &h_al->mad_list );
 		 p_list_item != cl_qlist_end( &h_al->mad_list );

