Skip to content

Commit ebbe1cf

Browse files
two-heartripatel-fd
authored andcommitted
restore: fix mgauge group in snapwh tile
1 parent 90bbb3e commit ebbe1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discof/restore/fd_snapwh_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ before_credit( fd_snapwh_t * ctx,
140140

141141
static void
142142
metrics_write( fd_snapwh_t * ctx ) {
143-
FD_MGAUGE_SET( SNAPWR, STATE, ctx->state );
143+
FD_MGAUGE_SET( SNAPWH, STATE, ctx->state );
144144
}
145145

146146
/* handle_control_frag handles an administrative frag from the snapin

0 commit comments

Comments
 (0)