summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/food.cc')
-rw-r--r--crawl-ref/source/food.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/food.cc b/crawl-ref/source/food.cc
index 8aac6e201f..2bab786c40 100644
--- a/crawl-ref/source/food.cc
+++ b/crawl-ref/source/food.cc
@@ -1953,7 +1953,7 @@ static int _player_likes_food_type(int type)
return 0;
}
- mprf(MSGCH_ERROR, "Couldn't handle food type: %d");
+// mprf(MSGCH_ERROR, "Couldn't handle food type: %d", type);
return 0;
}