-debug msg removed; typos
This commit is contained in:
parent
fc83650115
commit
bcbd909892
@ -2125,11 +2125,11 @@ extensions_cb (
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Upload extension configuration
|
* Upload extension manifests
|
||||||
*
|
*
|
||||||
* @param exchange_url base URL of the exchange
|
* @param exchange_url base URL of the exchange
|
||||||
* @param idx index of the operation we are performing (for logging)
|
* @param idx index of the operation we are performing (for logging)
|
||||||
* @param value arguments for POSTing configurations of extensions
|
* @param value arguments for POSTing manifests of extensions
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
upload_extensions (const char *exchange_url,
|
upload_extensions (const char *exchange_url,
|
||||||
@ -4281,7 +4281,7 @@ do_extensions_show (char *const *args)
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sign the configurations of the enabled extensions
|
* Sign the manifests of the enabled extensions
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
do_extensions_sign (char *const *args)
|
do_extensions_sign (char *const *args)
|
||||||
@ -4318,7 +4318,7 @@ do_extensions_sign (char *const *args)
|
|||||||
{
|
{
|
||||||
json_decref (extensions);
|
json_decref (extensions);
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"error while hashing config for extensions\n");
|
"error while hashing manifest for extensions\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -4339,10 +4339,6 @@ do_extensions_sign (char *const *args)
|
|||||||
"extensions_sig",
|
"extensions_sig",
|
||||||
&sig));
|
&sig));
|
||||||
|
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
|
|
||||||
"DEBUG sending extensions object: '%s'\n",
|
|
||||||
json_dumps (obj, JSON_INDENT (2)));
|
|
||||||
|
|
||||||
output_operation (OP_EXTENSIONS,
|
output_operation (OP_EXTENSIONS,
|
||||||
obj);
|
obj);
|
||||||
next (args);
|
next (args);
|
||||||
|
Loading…
Reference in New Issue
Block a user