-swap WARNING/ERROR to fix #6991
This commit is contained in:
parent
765e97ea1a
commit
37ef7e19c4
@ -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_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");
|
"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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user