Subject: Re: ADB_DEBUG log files?
To: Guy Santiglia <fredfl2@guy.chonju21.net>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 07/03/1999 22:17:01
Guy Santiglia wrote:
> 
>   I built a kernel last week with ADB_DEBUG enabled.  I noticed a lot of
> noise from the hard drive when I touched the keyboard or mouse with that 
> kernel running.
> Where did  that "ADB_DEBUG enabled" kernel leave it's log file?

/var/log/messages....assuming you have console messages copied there (most
printf()'s from the kernel do so).  there is no real log file for
ADB_DEBUG, it just turns on a number of rather annoying printf()'s unless
you set adb_debug to 0.

later.

colin