diff --git a/src/navparser.cpp b/src/navparser.cpp index c0282577..75d78c4c 100644 --- a/src/navparser.cpp +++ b/src/navparser.cpp @@ -375,7 +375,7 @@ void initThread() lvldir.append("/.steam/steam/steamapps/common/Team Fortress 2/tf/"); lvldir.append(lvlname); lvldir.append(".nav"); - logging::Info(format("Pathing: Nav File location: ", lvldir).c_str()); + logging::Info("Pathing: Nav File location: %s", lvldir.c_str()); navfile = std::make_unique(lvldir.c_str());