diff options
Diffstat (limited to 'src')
-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 1ab2c367..5ae56dd5 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -836,7 +836,7 @@ lock_shard (void *cls) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Continuing from %llu\n", - lastest_row_off); + latest_row_off); GNUNET_break (latest_row_off >= batch_start); /* resume where we left things */ } else |