Skip to content

Commit

Permalink
upd text
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Feb 16, 2024
1 parent 60e94cc commit 81a8dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ti/nodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ int ti_nodes_check_add(const char * addr, uint16_t port, ex_t * e)
if (node->addr == addr && node->port == port)
{
ex_set(e, EX_LOOKUP_ERROR,
"node with `%s:%u` already exists ("TI_NODE_ID")",
"node `%s:%u` already exists ("TI_NODE_ID")",
addr, port, node->id);
return e->nr;
}
Expand Down

0 comments on commit 81a8dd2

Please sign in to comment.