This commit is contained in:
Marco Boss 2022-03-02 13:21:45 +01:00
parent cab654237f
commit 41a9a73eb8
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF

View File

@ -102,12 +102,12 @@ run (void *cls,
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not setup partitions. Dropping default ones again\n"); "Could not setup partitions. Dropping default ones again\n");
}
if (GNUNET_OK != plugin->drop_tables (plugin->cls)) if (GNUNET_OK != plugin->drop_tables (plugin->cls))
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not drop tables after failed partitioning, please delete the DB manually\n"); "Could not drop tables after failed partitioning, please delete the DB manually\n");
} }
}
TALER_EXCHANGEDB_plugin_unload (plugin); TALER_EXCHANGEDB_plugin_unload (plugin);
plugin = NULL; plugin = NULL;
global_ret = EXIT_NOTINSTALLED; global_ret = EXIT_NOTINSTALLED;