diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-11 15:59:24 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-11 15:59:24 +0200 |
commit | a7f2496795a80dca6fbbfb5a20f0ee4b7a72650e (patch) | |
tree | da20ce6de3455c9a24b9ceed92e6fbe0a0e45bea /src/wire/plugin_wire_sepa.c | |
parent | 58373f2a92536be08db1fc7e9c4dc872e382c2c4 (diff) |
adding wire plugin tests, resolving #4357
Diffstat (limited to 'src/wire/plugin_wire_sepa.c')
-rw-r--r-- | src/wire/plugin_wire_sepa.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wire/plugin_wire_sepa.c b/src/wire/plugin_wire_sepa.c index e0a3426c2..6f01167d9 100644 --- a/src/wire/plugin_wire_sepa.c +++ b/src/wire/plugin_wire_sepa.c @@ -539,6 +539,9 @@ sepa_get_wire_details (void *cls, "SEPA_RESPONSE_FILE", &sepa_wire_file)) { + GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING, + account_name, + "SEPA_RESPONSE_FILE"); return NULL; } ret = json_load_file (sepa_wire_file, |