1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00
Christopher R. Hertel 860f674c0d This is the first, small step toward some tweaks that Jeremy and I have
been discussing regarding the debug mechanism.  With this, I've added a
macro that allows syntax like:

  if( DEBUGLVL( 3 ) )
    {
    Debug1( "message" );
    Debug2( "message" );
    }

The next step is to incorporate timestamps.

Chris -)-----
(This used to be commit 0b35065d0c5a33a9eebee683ecb08e9aef4c1830)
1998-06-12 03:11:33 +00:00
..
1998-06-08 14:59:30 +00:00
1998-05-08 17:01:25 +00:00
1996-07-04 03:17:08 +00:00
1997-12-20 23:44:25 +00:00