diff options
author | Martin Willi <martin@strongswan.org> | 2008-03-14 15:03:19 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-03-14 15:03:19 +0000 |
commit | dbcf4e745173c0aab4c06ea533b2b9d9eb896600 (patch) | |
tree | 231d423bb3eb391753038297d0b6c6d9fac31511 /src | |
parent | 8f1596d6066254004afa8673f344c486e741c753 (diff) | |
download | strongswan-dbcf4e745173c0aab4c06ea533b2b9d9eb896600.tar.bz2 strongswan-dbcf4e745173c0aab4c06ea533b2b9d9eb896600.tar.xz |
reduced mysql pool verbosity
Diffstat (limited to 'src')
-rw-r--r-- | src/libstrongswan/plugins/mysql/mysql_database.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/mysql/mysql_database.c b/src/libstrongswan/plugins/mysql/mysql_database.c index 0fd3d5368..cef75c261 100644 --- a/src/libstrongswan/plugins/mysql/mysql_database.c +++ b/src/libstrongswan/plugins/mysql/mysql_database.c @@ -212,7 +212,7 @@ static conn_t *conn_get(private_mysql_database_t *this) { this->mutex->lock(this->mutex); this->pool->insert_last(this->pool, found); - DBG1("increased MySQL connection pool size to %d", + DBG2("increased MySQL connection pool size to %d", this->pool->get_count(this->pool)); this->mutex->unlock(this->mutex); } |