Re: On debug output

2008-04-10 Thread Magnus Fromreide
On tor, 2008-04-10 at 23:46 +0200, Magnus Fromreide wrote: > The semantics of nsDebugEnabled is > false => No debug output what so ever, overrides every other setting > true => Possibly debug output subject to other settings > > The semantics of nsDebugOutputAll is > false => Possibly deb

Re: On debug output

2008-04-10 Thread Magnus Fromreide
On tor, 2008-04-10 at 10:26 +0100, Dave Shield wrote: > On 09/04/2008, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > > I would like to add some more things to the mib: > > > > nsDebugDefaultEnabled OBJECT-TYPE > > SYNTAX TruthValue > > MAX-ACCESS read-write > >

Re: On debug output

2008-04-10 Thread Dave Shield
On 09/04/2008, Magnus Fromreide <[EMAIL PROTECTED]> wrote: > I would like to add some more things to the mib: > > nsDebugDefaultEnabled OBJECT-TYPE > SYNTAX TruthValue > MAX-ACCESS read-write > STATUS current > DESCRIPTION "If debug outpu

On debug output

2008-04-09 Thread Magnus Fromreide
I am currently making over the debug module and have found a few odd corners where some more clarification could be helpful. Currently debug_is_token_registered only checks if there exist an enabled debug region that is a prefix of token. I would like to modify the check to be if the longest modul