Skip to content

Commit

Permalink
Formatting ( again )
Browse files Browse the repository at this point in the history
  • Loading branch information
dioannidis committed Aug 27, 2023
1 parent df5120b commit 8229d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/maindemo/demo.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ procedure EnumerationDemo;
if HidApiVersion.Minor > 12 then
begin
WriteStr(BusType, EnumItem.BusType);
WriteLn(Format('Found: %s (%0.4x:%0.4x) in [%s] at: %s', [ProductName, BusType, Vid, Pid, Path]))
WriteLn(Format('Found: %s (%0.4x:%0.4x) connected to [%s] at: %s', [ProductName, Vid, Pid, BusType, Path]))
end
else
WriteLn(Format('Found: %s (%0.4x:%0.4x) at: %s', [ProductName, Vid, Pid, Path]));
Expand Down

0 comments on commit 8229d16

Please sign in to comment.