git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab8dfa
)
Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for
author
Christopher R. Hertel
<crh@samba.org>
Wed, 12 Jul 2000 03:51:06 +0000
(
03:51
+0000)
committer
Christopher R. Hertel
<crh@samba.org>
Wed, 12 Jul 2000 03:51:06 +0000
(
03:51
+0000)
that matter. crh
(This used to be commit
6ee63ecfa5f9c984f51c15597a50e085ab722e87
)
source3/include/debug.h
patch
|
blob
|
history
diff --git
a/source3/include/debug.h
b/source3/include/debug.h
index c6ddf61525363ade373411fee8d7075d8ee5a1b5..e59a45cba111cbc6ac18dc9fb6e04aae324440df 100644
(file)
--- a/
source3/include/debug.h
+++ b/
source3/include/debug.h
@@
-74,7
+74,7
@@
BOOL dbgtext();
* Example usage:
* if( DEBUGLVL( 2 ) )
* dbgtext( "Some text.\n" );
- * DE
G
UG() - Good old DEBUG(). Each call to DEBUG() will generate a new
+ * DE
B
UG() - Good old DEBUG(). Each call to DEBUG() will generate a new
* header *unless* the previous debug output was unterminated
* (i.e., no '\n'). See debug.c:dbghdr() for more info.
* Example usage: