diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-27 17:57:06 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-08-27 17:57:06 +0200 |
commit | 81bff2df037a218cb973559a2bfbfbd259b1cbad (patch) | |
tree | baeeeb599991e6de736e91f3b9e80f8603fd7bb0 /src/lex.c | |
parent | e91f17de87175d822ae7e3d3238e7a0021a645ad (diff) | |
download | fastd-81bff2df037a218cb973559a2bfbfbd259b1cbad.tar fastd-81bff2df037a218cb973559a2bfbfbd259b1cbad.zip |
Introduce new log level debug2 for potentially very frequent messages
Diffstat (limited to 'src/lex.c')
-rw-r--r-- | src/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ static const keyword_t keywords[] = { { "capabilities", TOK_CAPABILITIES }, { "crypto", TOK_CRYPTO }, { "debug", TOK_DEBUG }, + { "debug2", TOK_DEBUG2 }, { "default", TOK_DEFAULT }, { "disestablish", TOK_DISESTABLISH }, { "down", TOK_DOWN }, |