diff options
Diffstat (limited to 'python/skytools/scripting.py')
-rw-r--r-- | python/skytools/scripting.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/skytools/scripting.py b/python/skytools/scripting.py index 14f4d694..43513ec8 100644 --- a/python/skytools/scripting.py +++ b/python/skytools/scripting.py @@ -612,6 +612,7 @@ class DBScript(object): else: if not connstr: connstr = self.cf.get(dbname) + self.log.debug("Connect '%s' to '%s'" % (cache, connstr)) dbc = DBCachedConn(cache, connstr, max_age, setup_func = self.connection_hook) self.db_cache[cache] = dbc |