diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-18 10:25:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-18 10:25:42 +0200 |
commit | 37ef7e19c4ac4af2afabd6c900779c4f6f5b64a9 (patch) | |
tree | 24e800b51dc970e5c5921c9e1bcefb582fbf14bd /src | |
parent | 765e97ea1a9d3f53c8ffe75a0f595452f640974c (diff) |
-swap WARNING/ERROR to fix #6991
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange-tools/taler-exchange-dbinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-dbinit.c b/src/exchange-tools/taler-exchange-dbinit.c index 42794b35e..63a1ddf9d 100644 --- a/src/exchange-tools/taler-exchange-dbinit.c +++ b/src/exchange-tools/taler-exchange-dbinit.c @@ -70,7 +70,7 @@ run (void *cls, { if (GNUNET_OK != plugin->drop_tables (plugin->cls)) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Could not drop tables as requested. Either database was not yet initialized, or permission denied. Consult the logs. Will still try to create new tables.\n"); } } |