Skip to content

Commit

Permalink
refactor(ocpp-server): refine log message
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jun 16, 2024
1 parent 7628b7e commit 950b6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ocpp-server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async def on_connect(websocket, path):
except ConnectionClosed:
logging.info("ChargePoint %s closed connection", cp.id)
ChargePoints.remove(cp)
logging.debug("Connected charge points: %d", len(ChargePoints))
logging.debug("Connected ChargePoint(s): %d", len(ChargePoints))


# Main function to start the WebSocket server.
Expand Down

0 comments on commit 950b6c5

Please sign in to comment.