diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:27:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-12-16 16:44:38 +0100 |
commit | 54d096a712965007e09cee70e9a812f89a16da69 (patch) | |
tree | 8ef6a6d3194d4325b4876ac7d2be21581ca19e18 /src/stroke/stroke.c | |
parent | c17f6f96e2da0265a5d565a43cbca036f1571dfb (diff) | |
download | strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.bz2 strongswan-54d096a712965007e09cee70e9a812f89a16da69.tar.xz |
Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509).
This will allow us to remove quite some clutter from the LIB debug group
for higher debug levels.
Diffstat (limited to 'src/stroke/stroke.c')
-rw-r--r-- | src/stroke/stroke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index a27c374c7..d4e044715 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -393,7 +393,7 @@ static void exit_usage(char *error) printf(" where: START and optional END define the clients source IP\n"); printf(" Set loglevel for a logging type:\n"); printf(" stroke loglevel TYPE LEVEL\n"); - printf(" where: TYPE is any|dmn|mgr|ike|chd|job|cfg|knl|net|enc|tnc|imc|imv|pts|tls|lib\n"); + printf(" where: TYPE is any|dmn|mgr|ike|chd|job|cfg|knl|net|asn|enc|tnc|imc|imv|pts|tls|lib\n"); printf(" LEVEL is -1|0|1|2|3|4\n"); printf(" Show connection status:\n"); printf(" stroke status\n"); |