fix log component name

This commit is contained in:
Marcello Stanisci 2018-02-27 19:38:05 +01:00
parent ee699caca2
commit a3c7298515
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -206,7 +206,7 @@ main (int argc,
/* These environment variables get in the way... */ /* These environment variables get in the way... */
unsetenv ("XDG_DATA_HOME"); unsetenv ("XDG_DATA_HOME");
unsetenv ("XDG_CONFIG_HOME"); unsetenv ("XDG_CONFIG_HOME");
GNUNET_log_setup ("test-merchant-api-with-fakebank-new", GNUNET_log_setup ("test-bank-api-with-fakebank-new",
"DEBUG", "DEBUG",
NULL); NULL);
if (NULL == if (NULL ==