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_railtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_railtype.cpp') diff --git a/src/newgrf_railtype.cpp b/src/newgrf_railtype.cpp index 95d891f24..471978952 100644 --- a/src/newgrf_railtype.cpp +++ b/src/newgrf_railtype.cpp @@ -52,7 +52,7 @@ } } - DEBUG(grf, 1, "Unhandled rail type tile variable 0x%X", variable); + Debug(grf, 1, "Unhandled rail type tile variable 0x{:X}", variable); *available = false; return UINT_MAX; -- cgit v1.2.3-54-g00ecf