Skip to content

Commit

Permalink
Cleanup log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gampyg28 committed Apr 23, 2023
1 parent c6bedea commit 2dcc4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/PcmLibrary/Devices/OBDXProDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ async private Task<Response<Message>> ReadDVIPacket(int timeout = 0)
this.Enqueue(new Message(StrippedFrame, timestampmicro, 0));

// This can be useful for debugging, but is generally too noisy.
this.Logger.AddDebugMessage("Network RX: " + StrippedFrame.ToHex());
this.Logger.AddDebugMessage("RX: " + StrippedFrame.ToHex());
return null;
}
else if (receive[0] == 0x7F)
Expand Down

0 comments on commit 2dcc4c5

Please sign in to comment.