strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated pkcs1 plugin to the new builder API
[strongswan.git]
/
src
/
scepclient
/
loglite.c
diff --git
a/src/scepclient/loglite.c
b/src/scepclient/loglite.c
index
87041f1
..
539bb5f
100644
(file)
--- a/
src/scepclient/loglite.c
+++ b/
src/scepclient/loglite.c
@@
-56,12
+56,12
@@
static void scepclient_dbg(int level, char *fmt, ...)
else if (cur_debugging & DBG_RAW)
{
debug_level = 3;
- }
+ }
else if (cur_debugging & DBG_PARSING)
{
debug_level = 2;
}
- else
+ else
{
debug_level = 1;
}