diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-11 11:53:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-11 11:53:46 +0200 |
commit | c1ead0264bb0cdb6052554ef2e391acbb69dbf4b (patch) | |
tree | 2a33942d05d173b4cf524182ba9c9b48e795e8ae | |
parent | 46c544924310371fab1e0ca2442d04e055ec40f2 (diff) |
fix style issue
-rw-r--r-- | src/samples/generate_payments.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/samples/generate_payments.c b/src/samples/generate_payments.c index 3489fdaa..f74b30bd 100644 --- a/src/samples/generate_payments.c +++ b/src/samples/generate_payments.c @@ -1686,7 +1686,7 @@ main (int argc, { struct GNUNET_SIGNAL_Context *shc_chld; - GNUNET_log_setup ("merchant-create-payments", + GNUNET_log_setup ("taler-merchant-create-payments", "DEBUG", NULL); |