projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c490eec
)
SILC_NOT_IMPLEMENTED now use SILC_LOG_INFO.
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 7 Oct 2002 15:47:45 +0000
(15:47 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 7 Oct 2002 15:47:45 +0000
(15:47 +0000)
lib/silcutil/silclog.h
patch
|
blob
|
history
diff --git
a/lib/silcutil/silclog.h
b/lib/silcutil/silclog.h
index 0819ace625d2f821c45e9383068b757ad9783440..7a948faab7deffeec0d13a9342aa711dc2b3da7b 100644
(file)
--- a/
lib/silcutil/silclog.h
+++ b/
lib/silcutil/silclog.h
@@
-349,7
+349,7
@@
extern DLLAPI bool silc_debug_hexdump;
__LINE__, \
silc_format fmt)
#define SILC_NOT_IMPLEMENTED(string) \
- SILC_LOG_
DEBUG
(("*********** %s: NOT IMPLEMENTED YET", string));
+ SILC_LOG_
INFO
(("*********** %s: NOT IMPLEMENTED YET", string));
#else
#define SILC_LOG_DEBUG(fmt)
#define SILC_NOT_IMPLEMENTED(string)