diff --git a/converter/internal/otelcolconvert/converter_lokiexporter.go b/converter/internal/otelcolconvert/converter_lokiexporter.go index d94c3e724aae..967cafbb396a 100644 --- a/converter/internal/otelcolconvert/converter_lokiexporter.go +++ b/converter/internal/otelcolconvert/converter_lokiexporter.go @@ -63,7 +63,7 @@ func (lokiExporterConverter) ConvertAndAppend(state *state, id component.Instanc ) diags.Add( diag.SeverityLevelInfo, - fmt.Sprintf("Created a loki.write block with a best-effort conversion of the lokiexporter's confighttp, retry and queue configuration settings. You may want to double check the converted configuration as most fields do not have a 1:1 match"), + "Created a loki.write block with a best-effort conversion of the lokiexporter's confighttp, retry and queue configuration settings. You may want to double check the converted configuration as most fields do not have a 1:1 match", ) state.Body().AppendBlock(block1)