Skip to content

Commit 9d0df26

Browse files
committed
Polish code
Signed-off-by: JCW <[email protected]>
1 parent 7ccac81 commit 9d0df26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libxrpl/beast/utility/beast_Journal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Journal::JsonLogContext::reset(
171171
writer().writeString(location.file_name());
172172

173173
writer().writeKey("Line");
174-
writer().writeInt(static_cast<std::int32_t>(location.line()));
174+
writer().writeUInt(location.line());
175175

176176
writer().writeKey("ThreadId");
177177
writer().writeString(threadId.value);

0 commit comments

Comments
 (0)