vcl/quartz/cgutils.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9b9d4b6386af9756534ad4f856696e9652d9d72d Author: Khaled Hosny <[email protected]> AuthorDate: Thu Sep 25 13:26:47 2025 +0300 Commit: Khaled Hosny <[email protected]> CommitDate: Thu Sep 25 18:52:18 2025 +0200 Demote a warning message Change-Id: Iaad3073d386fd5795941618580e45a7b86a6cca2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191502 Tested-by: Jenkins Reviewed-by: Patrick Luby <[email protected]> Reviewed-by: Khaled Hosny <[email protected]> diff --git a/vcl/quartz/cgutils.mm b/vcl/quartz/cgutils.mm index 50b7fcd6540c..21634e3c09b8 100644 --- a/vcl/quartz/cgutils.mm +++ b/vcl/quartz/cgutils.mm @@ -102,7 +102,7 @@ bool DefaultMTLDeviceIsSupported() return false; } - SAL_WARN("vcl.skia", "Default MTLDevice is \"" << [pMetalDevice.name UTF8String] << "\""); + SAL_INFO("vcl.skia", "Default MTLDevice is \"" << [pMetalDevice.name UTF8String] << "\""); bool bRet = true;
