Skip to content

Commit a8194a9

Browse files
committed
tweak log message
1 parent 096bcfd commit a8194a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

libs/native/src/main/java/org/elasticsearch/nativeaccess/jdk/JdkVectorLibrary.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ public final class JdkVectorLibrary implements VectorLibrary {
6969
} else {
7070
if (caps < 0) {
7171
logger.warn("""
72-
Your CPU supports vector capabilities, but they are disabled at OS level. For optimal performance, enable them in \
73-
your OS/Hypervisor/VM/container
74-
""");
72+
Your CPU supports vector capabilities, but they are disabled at OS level. For optimal performance, \
73+
enable them in your OS/Hypervisor/VM/container""");
7574
}
7675
dot7u$mh = null;
7776
sqr7u$mh = null;

0 commit comments

Comments
 (0)