Skip to content

Commit d9f328a

Browse files
committed
Fix DebugLog format issue
1 parent 7810a0f commit d9f328a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utextdocument.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ procedure TextDocument_JumpTo(
10201020
except
10211021
on E: ECodeToolError do
10221022
begin
1023-
DebugLog('Exception ECodeToolError when handling textDocument/declaration or textDocument/definition: id %s, message %s', [
1023+
DebugLog('Exception ECodeToolError when handling textDocument/declaration or textDocument/definition: id %d, message %s', [
10241024
E.Id,
10251025
E.Message
10261026
]);

0 commit comments

Comments
 (0)