Skip to content

Commit

Permalink
debug log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
superfloh247 committed Jul 17, 2024
1 parent 868de8f commit b4e0eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeslaLogger/NearbySuCService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ Available GetGuestAvailability(Car car, int trid)

if (!string.IsNullOrEmpty(name))
{
Tools.DebugLog($"#{car.CarInDB}Guest SuC: <{name}> <{a.available}> <{a.total}>");
Tools.DebugLog($"#{car.CarInDB} Guest SuC: <{name}> <{a.available}> <{a.total}>");

ArrayList send = new ArrayList();
Dictionary<string, object> sendKV = new Dictionary<string, object>();
Expand Down

0 comments on commit b4e0eef

Please sign in to comment.