K 10 svn:author V 4 fsmp K 8 svn:date V 27 1997-05-22T22:35:42.000000Z K 7 svn:log V 358 Convert all: panic( "xxxxx\n" ); to: printf( "xxxxx\n" ); panic( "\n" ); For some as yet undetermined reason the argument to panic() is often NOT printed, and the system sometimes hangs before reaching the panic printout. So we hopefully at least print some useful info before the hang, as oppossed to leaving the user clueless as to what has happened. END