diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-13 23:51:15 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-13 23:51:15 +0200 |
commit | f90a745abe0223d591567197983ddf60fcf70f59 (patch) | |
tree | d4653668a123a4aa5cbb20a55b8f7e2ec0fd9637 /src/mintdb | |
parent | 6582e07c476f028eaf27d964efd90e22609ffb2a (diff) |
add -t option to httpd
Diffstat (limited to 'src/mintdb')
-rw-r--r-- | src/mintdb/plugin_mintdb_postgres.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index 8737809bc..ac0fcb7ea 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -166,6 +166,8 @@ static int postgres_drop_temporary (void *cls, struct TALER_MINTDB_Session *session) { + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Dropping temporary tables\n"); SQLEXEC_ (session->conn, "DROP SCHEMA " TALER_TEMP_SCHEMA_NAME " CASCADE;"); return GNUNET_OK; |