PERFORCE change 127399 for review

Kip Macy kmacy at FreeBSD.org
Thu Oct 11 15:58:54 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127399

Change 127399 by kmacy at kmacy_home:ethng on 2007/10/11 22:58:18

	add % in front of d in panic format string :-/

Affected files ...

.. //depot/projects/ethng/src/sys/dev/cxgb/sys/uipc_mvec.c#13 edit

Differences ...

==== //depot/projects/ethng/src/sys/dev/cxgb/sys/uipc_mvec.c#13 (text+ko) ====

@@ -383,7 +383,7 @@
 		break;		
 	default:
 		dump_mi(mi);
-		panic("unknown mv type in m_free_vec type=%d idx=d", type, idx);
+		panic("unknown mv type in m_free_vec type=%d idx=%d", type, idx);
 		break;
 	}
 }


More information about the p4-projects mailing list