summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/exclude.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/exclude.cc b/crawl-ref/source/exclude.cc
index 65fcd827e9..e68464cef5 100644
--- a/crawl-ref/source/exclude.cc
+++ b/crawl-ref/source/exclude.cc
@@ -336,7 +336,7 @@ void maybe_remove_autoexclusion(const coord_def &p)
mprf(MSGCH_DIAGNOSTICS, "maybe_remove_autoexclusion(): "
"exclusion at (%d, %d) not really an auto-exclude "
"[bug #2887690]; fixing",
- (int) exc->mon, exc->pos.x, exc->pos.y);
+ exc->pos.x, exc->pos.y);
exc->autoex = false;
return;
}