Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Jan 17, 2025
1 parent 47912d3 commit 50e9251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/ziti-edge-tunnel/ziti-edge-tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ static void on_event(const base_event *ev) {
ziti_config zc;
int rc = parse_ziti_config(&zc, config_ev->config_json, strlen(config_ev->config_json));
if (rc < 0) {
ZITI_LOG(ERROR, "unable to parse '%s' as ziti_config", config_ev->config_json);
ZITI_LOG(ERROR, "unable to parse '%s' as ziti_config", config_ev->config_json); // todo don't log key
break;
}

Expand Down

0 comments on commit 50e9251

Please sign in to comment.