Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
scareything committed Dec 23, 2024
1 parent 32e67b4 commit ed07bde
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 @@ -745,7 +745,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 ed07bde

Please sign in to comment.