aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-20 12:33:26 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-20 12:33:26 +0100
commit55316ec9ff977c5e8505f640a089c30d65788758 (patch)
tree0389546d6acc53f65a305d149ae3bf14408c30b4 /src
parentb0f746cf3ea08961a0494451b0aa6996b6830526 (diff)
downloadexchange-55316ec9ff977c5e8505f640a089c30d65788758.tar.xz
-typo
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 4acf8a16a..d7f66d1a8 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -1043,7 +1043,7 @@ history_cb (void *cls,
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Bad batch mode `%s' specified\n",
- batch_mode);
+ mode);
batch_mode = -1;
}
}