From: Jeffrey Altman Date: Wed, 8 Mar 2006 05:04:36 +0000 (+0000) Subject: rx-panic-printf-20060307 X-Git-Tag: mp-rxtcp-20060314~13 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c2535c0ee725657d2e06dd29fd3fba0ec3a66138;p=packages%2Fo%2Fopenafs.git rx-panic-printf-20060307 restore use of printf in osi_Panic --- diff --git a/src/rx/rx_kcommon.c b/src/rx/rx_kcommon.c index f3a5f0b4e..87728b134 100644 --- a/src/rx/rx_kcommon.c +++ b/src/rx/rx_kcommon.c @@ -131,9 +131,8 @@ osi_Panic(msg, a1, a2, a3) if (!msg) msg = "Unknown AFS panic"; - dpf((msg, a1, a2, a3)); + printf(msg, a1, a2, a3); #ifdef AFS_LINUX24_ENV - printk("AFS BUG at %s\n", msg); * ((char *) 0) = 0; #else panic(msg);