Skip to content

Commit

Permalink
FAForever#658 - add id to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsanbagwan committed Jan 2, 2021
1 parent 68d3971 commit b91aa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rating_service/rating_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ async def _persist_rating_changes(
result = await conn.execute(gps_update_sql)

if not result.rowcount:
self._logger.warning("gps_update_sql resultset is empty")
self._logger.warning("gps_update_sql resultset is empty for game_id %i", game_id)
return

rating_type_id = self._rating_type_ids[rating_type]
Expand Down

0 comments on commit b91aa17

Please sign in to comment.