diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-20 12:33:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-20 12:33:26 +0100 |
commit | 55316ec9ff977c5e8505f640a089c30d65788758 (patch) | |
tree | 0389546d6acc53f65a305d149ae3bf14408c30b4 | |
parent | b0f746cf3ea08961a0494451b0aa6996b6830526 (diff) |
-typo
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
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; } } |