Skip to content

Commit

Permalink
disaptcher: Add RPC success message on set_state
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 3, 2022
1 parent 9f8de52 commit af8b605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dispatcher/dispatcher.c
Expand Up @@ -1775,7 +1775,7 @@ static void dispatcher_rpc_set_state_helper(rpc_t *rpc, void *ctx, int mattr)
}
}
}

rpc->rpl_printf(ctx, "Ok. Dispatcher state updated.");
return;
}

Expand Down

0 comments on commit af8b605

Please sign in to comment.