projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2176dc8
)
CLEANUP: Typo fix, very usful
author
Remco Rijnders
<remmy@serenity-irc.net>
Mon, 26 Jan 2026 21:58:07 +0000
(21:58 +0000)
committer
Remco Rijnders
<remmy@serenity-irc.net>
Mon, 26 Jan 2026 21:58:07 +0000
(21:58 +0000)
include/struct.h
patch
|
blob
|
history
diff --git
a/include/struct.h
b/include/struct.h
index 6d766c370e87f567dce5cf7f12565159f0d8fe8b..0088ea73e8fe175493071f7629cee01b33b103cb 100644
(file)
--- a/
include/struct.h
+++ b/
include/struct.h
@@
-418,7
+418,7
@@
typedef struct Zdata aZdata;
#define DEBUG_ERROR 1 /* report_error() and other errors that are found */
#define DEBUG_NOTICE 3
#define DEBUG_DNS 4 /* used by all DNS related routines - a *lot* */
-#define DEBUG_INFO 5 /* general usful info */
+#define DEBUG_INFO 5 /* general us
e
ful info */
#define DEBUG_NUM 6 /* numerics */
#define DEBUG_SEND 7 /* everything that is sent out */
#define DEBUG_DEBUG 8 /* anything to do with debugging, ie unimportant :) */