We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98404c4 commit 3ce1b4cCopy full SHA for 3ce1b4c
src/discof/restore/fd_snaprd_tile.c
@@ -516,7 +516,7 @@ after_frag( fd_snaprd_tile_t * ctx,
516
break;
517
case FD_SNAPRD_STATE_FLUSHING_FULL_HTTP:
518
case FD_SNAPRD_STATE_FLUSHING_INCREMENTAL_HTTP:
519
- FD_LOG_NOTICE(( "error downloading snapshot from http://" FD_IP4_ADDR_FMT ":%hu/snapshot.tar.bz2",
+ FD_LOG_NOTICE(( "error downloading snapshot from http://" FD_IP4_ADDR_FMT ":%hu/incremental-snapshot.tar.bz2",
520
FD_IP4_ADDR_FMT_ARGS( ctx->addr.addr ), ctx->addr.port ));
521
fd_sshttp_cancel( ctx->sshttp );
522
fd_ssping_invalidate( ctx->ssping, ctx->addr, fd_log_wallclock() );
0 commit comments