From 55a11710a6c0f7942f3947711f2050c34782c39d Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Sat, 12 Jun 2021 09:10:17 +0200 Subject: Codechange: convert printf DEBUG statements to fmt Debug statements --- src/newgrf_canal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_canal.cpp') diff --git a/src/newgrf_canal.cpp b/src/newgrf_canal.cpp index 2977c96a8..e79dd9593 100644 --- a/src/newgrf_canal.cpp +++ b/src/newgrf_canal.cpp @@ -100,7 +100,7 @@ struct CanalResolverObject : public ResolverObject { case 0x83: return IsTileType(this->tile, MP_WATER) ? GetWaterTileRandomBits(this->tile) : 0; } - DEBUG(grf, 1, "Unhandled canal variable 0x%02X", variable); + Debug(grf, 1, "Unhandled canal variable 0x{:02X}", variable); *available = false; return UINT_MAX; -- cgit v1.2.3-54-g00ecf