summaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-wire.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-21 19:46:21 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-21 19:46:21 +0100
commitbad9c719f80dc3529cf07a4a2d4610d1bac110a3 (patch)
tree4b3d5b93c9cf29b2aacc5bc3734f62d35075bc7d /src/auditor/taler-helper-auditor-wire.c
parent0d2bf1a75e23e6f6176f4a69d8b3bf16fe1d4f2c (diff)
downloadexchange-bad9c719f80dc3529cf07a4a2d4610d1bac110a3.tar.gz
exchange-bad9c719f80dc3529cf07a4a2d4610d1bac110a3.tar.bz2
exchange-bad9c719f80dc3529cf07a4a2d4610d1bac110a3.zip
stylefixes
Diffstat (limited to 'src/auditor/taler-helper-auditor-wire.c')
-rw-r--r--src/auditor/taler-helper-auditor-wire.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c
index acda4f2ff..66d8b8ac5 100644
--- a/src/auditor/taler-helper-auditor-wire.c
+++ b/src/auditor/taler-helper-auditor-wire.c
@@ -2084,20 +2084,20 @@ process_account_cb (void *cls,
*
* @param cls closure
* @param args remaining command-line arguments
- * @param TALER_ARL_cfgfile name of the configuration file used (for saving, can be NULL!)
+ * @param cfgfile name of the configuration file used (for saving, can be NULL!)
* @param c configuration
*/
static void
run (void *cls,
char *const *args,
- const char *TALER_ARL_cfgfile,
+ const char *cfgfile,
const struct GNUNET_CONFIGURATION_Handle *c)
{
(void) cls;
(void) args;
- (void) TALER_ARL_cfgfile;
+ (void) cfgfile;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Launching auditor\n");
+ "Launching wire auditor\n");
if (GNUNET_OK !=
TALER_ARL_init (c))
{