summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-29 04:16:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-29 04:16:00 +0200
commit2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe (patch)
tree7745d848fa705eae9ac8480890f51547a1e67adb /src/testing
parent0582a6b567eb09c559564f5cae1908584116cc38 (diff)
downloadexchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.tar.gz
exchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.tar.bz2
exchange-2b27d4ca8be9d8228f4dbf52c4d59be9a91b6bbe.zip
remove bogus warnings
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_recoup.c4
-rw-r--r--src/testing/testing_api_cmd_status.c6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_recoup.c b/src/testing/testing_api_cmd_recoup.c
index 836ff717a..3bbda8e75 100644
--- a/src/testing/testing_api_cmd_recoup.c
+++ b/src/testing/testing_api_cmd_recoup.c
@@ -250,6 +250,10 @@ recoup_cb (void *cls,
/* ps->reserve_history.details.recoup_details.coin_pub; // initialized earlier */
}
break;
+ case MHD_HTTP_NOT_FOUND:
+ break;
+ case MHD_HTTP_CONFLICT:
+ break;
default:
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Unmanaged HTTP status code %u.\n",
diff --git a/src/testing/testing_api_cmd_status.c b/src/testing/testing_api_cmd_status.c
index 71714d3ff..bd93fe9b3 100644
--- a/src/testing/testing_api_cmd_status.c
+++ b/src/testing/testing_api_cmd_status.c
@@ -206,10 +206,8 @@ analyze_command (const struct TALER_ReservePublicKeyP *reserve_pub,
0,
&he))
{
- /* NOTE: good for debugging for now, might later reduce debug
- level in case there are commands that legitimately don't
- impact the reserve history but have the public key trait */
- GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+ /* NOTE: only for debugging... */
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Command `%s' has the reserve_pub trait, but does not reserve history trait\n",
cmd->label);
return GNUNET_OK; /* command does nothing for reserves */