aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-dbinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-tools/taler-exchange-dbinit.c')
-rw-r--r--src/exchange-tools/taler-exchange-dbinit.c2
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,
70 { 70 {
71 if (GNUNET_OK != plugin->drop_tables (plugin->cls)) 71 if (GNUNET_OK != plugin->drop_tables (plugin->cls))
72 { 72 {
73 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 73 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
74 "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"); 74 "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");
75 } 75 }
76 } 76 }