Skip to content

Commit

Permalink
kex: adjustment to rpc fault message
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 10, 2017
1 parent 526ec68 commit c75d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/kex/core_stats.c
Expand Up @@ -533,7 +533,7 @@ static void stats_reset_or_clear_statistics(rpc_t* rpc, void* ctx, int clear)
return;
}
if (rpc->scan(ctx, "s", &stat) < 1) {
rpc->fault(ctx, 400, "Please provide which stats to retrieve");
rpc->fault(ctx, 400, "Please provide stats name");
return;
}
stats_reset_or_clear_all(rpc, ctx, stat, clear);
Expand Down

0 comments on commit c75d50b

Please sign in to comment.