strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f722fa3
)
disabled SQL logging by default, as tests scenarios do not have a logging table
author
Martin Willi
<martin@strongswan.org>
Tue, 15 Apr 2008 15:13:08 +0000
(15:13 -0000)
committer
Martin Willi
<martin@strongswan.org>
Tue, 15 Apr 2008 15:13:08 +0000
(15:13 -0000)
src/charon/plugins/sql/sql_logger.c
patch
|
blob
|
history
diff --git
a/src/charon/plugins/sql/sql_logger.c
b/src/charon/plugins/sql/sql_logger.c
index
901720c
..
2fb5844
100644
(file)
--- a/
src/charon/plugins/sql/sql_logger.c
+++ b/
src/charon/plugins/sql/sql_logger.c
@@
-140,7
+140,7
@@
sql_logger_t *sql_logger_create(database_t *db)
this->recursive = FALSE;
this->level = lib->settings->get_int(lib->settings,
- "charon.plugins.sql.loglevel", 1);
+ "charon.plugins.sql.loglevel",
-
1);
return &this->public;
}