Skip to content

Commit

Permalink
Add default error output for parse code
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa committed Jul 2, 2024
1 parent e0807be commit 54734e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pg_tracing_query_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ parse_code_to_err(ParseTraceparentErr err)
case PARSE_INCORRECT_FORMAT:
return "Incorrect traceparent format";
}
return "Unknown error";
}

/*
Expand Down

0 comments on commit 54734e5

Please sign in to comment.