diff --git a/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp b/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp index de632c02b5..8440e77330 100644 --- a/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp +++ b/Gems/PhysX/Code/Source/Pipeline/MeshExporter.cpp @@ -295,7 +295,7 @@ namespace PhysX AZ_TracePrintf( AZ::SceneAPI::Utilities::WarningWindow, "Node '%.*s' does not have any material assigned to it. Material '%s' will be used.", - nodeName.size(), nodeName, DefaultMaterialName + AZ_STRING_ARG(nodeName), DefaultMaterialName ); }