summaryrefslogtreecommitdiff
path: root/src/authorization/anastasis_authorization_plugin_iban.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-27 18:18:32 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-27 18:18:32 +0200
commitc80eee722ed94e9c40f042f6e6404af059347f97 (patch)
treef9fe67600cd4fecd78fb0749a6f99eddc40d5a70 /src/authorization/anastasis_authorization_plugin_iban.c
parentcd44840c4258a60bd8aa8c6b3d0fa2b6b8920193 (diff)
downloadanastasis-c80eee722ed94e9c40f042f6e6404af059347f97.tar.gz
anastasis-c80eee722ed94e9c40f042f6e6404af059347f97.tar.bz2
anastasis-c80eee722ed94e9c40f042f6e6404af059347f97.zip
-fix IBAN notification logic
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_iban.c')
-rw-r--r--src/authorization/anastasis_authorization_plugin_iban.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/authorization/anastasis_authorization_plugin_iban.c b/src/authorization/anastasis_authorization_plugin_iban.c
index cdd51a7..7717770 100644
--- a/src/authorization/anastasis_authorization_plugin_iban.c
+++ b/src/authorization/anastasis_authorization_plugin_iban.c
@@ -530,6 +530,10 @@ iban_process (struct ANASTASIS_AUTHORIZATION_State *as,
.code = GNUNET_htonll (as->code)
};
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Subscribing to events for code %llu from %s\n",
+ (unsigned long long) as->code,
+ as->iban_number);
GNUNET_CRYPTO_hash (as->iban_number,
strlen (as->iban_number),
&espec.debit_iban_hash);