summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-13 19:34:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-13 19:34:24 +0100
commit89739d1668c303b6233ed7140de1bbde9f4ad6f0 (patch)
treea5313a5bf30f533d0cea91dab60225a23aa679b1 /src/exchange-tools
parentdc02821d8f7b5247b6b01bbd70e9a15a5ab87885 (diff)
downloadexchange-89739d1668c303b6233ed7140de1bbde9f4ad6f0.tar.gz
exchange-89739d1668c303b6233ed7140de1bbde9f4ad6f0.tar.bz2
exchange-89739d1668c303b6233ed7140de1bbde9f4ad6f0.zip
nicer log message
Diffstat (limited to 'src/exchange-tools')
-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 d10b2ebc..67632fac 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,
- "Could not drop tables. Either database was not yet initialized, or permission denied. Consult the logs. Will still try to create new tables.\n");
+ "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");
}
}
if (GNUNET_OK !=