Skip to content

Commit 3ce1b4c

Browse files
snapshots: fix incremental err log
1 parent 98404c4 commit 3ce1b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/restore/fd_snaprd_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ after_frag( fd_snaprd_tile_t * ctx,
516516
break;
517517
case FD_SNAPRD_STATE_FLUSHING_FULL_HTTP:
518518
case FD_SNAPRD_STATE_FLUSHING_INCREMENTAL_HTTP:
519-
FD_LOG_NOTICE(( "error downloading snapshot from http://" FD_IP4_ADDR_FMT ":%hu/snapshot.tar.bz2",
519+
FD_LOG_NOTICE(( "error downloading snapshot from http://" FD_IP4_ADDR_FMT ":%hu/incremental-snapshot.tar.bz2",
520520
FD_IP4_ADDR_FMT_ARGS( ctx->addr.addr ), ctx->addr.port ));
521521
fd_sshttp_cancel( ctx->sshttp );
522522
fd_ssping_invalidate( ctx->ssping, ctx->addr, fd_log_wallclock() );

0 commit comments

Comments
 (0)