nicer log message

This commit is contained in:
Christian Grothoff 2020-03-13 19:34:24 +01:00
parent dc02821d8f
commit 89739d1668
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -70,7 +70,7 @@ run (void *cls,
if (GNUNET_OK != plugin->drop_tables (plugin->cls)) if (GNUNET_OK != plugin->drop_tables (plugin->cls))
{ {
GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 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 != if (GNUNET_OK !=