summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-22 22:02:02 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-22 22:02:02 -0600
commit54f5fa07d88d5c3d3abb580ff2ed59c5c2801547 (patch)
treead77f6925daa55dbf32c291acad44120910ebc87
parentf77f2bd9b801aa18c4e2134bdc0618de4513144e (diff)
fix log message with wrong variable in template
-rw-r--r--pokemontools/crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py
index e15d777..7a5b65e 100644
--- a/pokemontools/crystal.py
+++ b/pokemontools/crystal.py
@@ -2933,7 +2933,7 @@ class Script:
if start_address in stop_points and force == False:
if debug:
logging.debug(
- "script parsing is stopping at stop_point={address} at map_group={map_group} map_id={map_id}"
+ "script parsing is stopping at stop_point={stop_point} at map_group={map_group} map_id={map_id}"
.format(
stop_point=hex(start_address),
map_group=str(map_group),