Skip to content

Commit d116179

Browse files
committed
chore: Add missing "for" in log line
1 parent f69df24 commit d116179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BF2AutoSpectator/spectate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ def run():
638638
try:
639639
spawn_succeeded = gim.spawn_suicide()
640640
except SpawnCoordinatesNotAvailableException:
641-
logger.warning(f'Spawn point coordinates not available current combination of map/size/game mode '
641+
logger.warning(f'Spawn point coordinates not available for current combination of map/size/game mode '
642642
f'({gis.get_rotation_map_name()}/'
643643
f'{gis.get_rotation_map_size()}/'
644644
f'{gis.get_rotation_game_mode()}), switching to spawn point coordinate randomization')

0 commit comments

Comments
 (0)