Skip to content

Commit

Permalink
Change text for breakpoint unverified log entries
Browse files Browse the repository at this point in the history
Closes #1007
  • Loading branch information
mfussenegger committed Nov 1, 2023
1 parent ef21207 commit 4048f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dap/session.lua
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ do
for _, bp in pairs(resp.breakpoints) do
breakpoints.set_state(bufnr, bp.line, bp)
if not bp.verified then
log.info('Server rejected breakpoint', bp)
log.info('Breakpoint unverified', bp)
end
end
end
Expand Down

0 comments on commit 4048f37

Please sign in to comment.