diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-21 00:00:12 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-21 00:00:12 +0200 |
commit | 5c387b7d6ea1e7051193577337aa137fe83ec36d (patch) | |
tree | 4f641b0195d622c14f6e7272e9d428bc895a9af1 /src/mhd | |
parent | 7e946580c26f779b47eebdf4c6f89f5a8df5ebe7 (diff) |
-do not warn on normal stuff
Diffstat (limited to 'src/mhd')
-rw-r--r-- | src/mhd/mhd_legal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c index e73e4789e..f142d943f 100644 --- a/src/mhd/mhd_legal.c +++ b/src/mhd/mhd_legal.c @@ -390,7 +390,7 @@ load_terms (struct TALER_MHD_Legal *legal, name, ext - name - 1)) ) { - GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Filename `%s' does not match Etag `%s' in directory `%s/%s'. Ignoring it.\n", name, legal->terms_etag, |