extra logging

This commit is contained in:
Christian Grothoff 2015-09-27 14:05:01 +02:00
parent b3a65cb766
commit a67fefa9fb

View File

@ -138,6 +138,7 @@ TMH_ADMIN_handler_admin_add_incoming (struct TMH_RequestHandler *rh,
spec); spec);
if (GNUNET_OK != res) if (GNUNET_OK != res)
{ {
GNUNET_break_op (0);
json_decref (root); json_decref (root);
return (GNUNET_SYSERR == res) ? MHD_NO : MHD_YES; return (GNUNET_SYSERR == res) ? MHD_NO : MHD_YES;
} }
@ -145,6 +146,7 @@ TMH_ADMIN_handler_admin_add_incoming (struct TMH_RequestHandler *rh,
TALER_json_validate_wireformat (TMH_expected_wire_format, TALER_json_validate_wireformat (TMH_expected_wire_format,
wire)) wire))
{ {
GNUNET_break_op (0);
TMH_PARSE_release_data (spec); TMH_PARSE_release_data (spec);
json_decref (root); json_decref (root);
return TMH_RESPONSE_reply_arg_unknown (connection, return TMH_RESPONSE_reply_arg_unknown (connection,