Skip to content

Commit b95a25d

Browse files
committed
Change the log level of 'Unexpected executable for slot pointer' messages to fine
1 parent c723616 commit b95a25d

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/type/TpSlots.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ public static TpSlots fromNative(PythonAbstractNativeObject pythonClass, PythonC
921921
existingSlotWrapper = execWrapper;
922922
} else if (executable != null) {
923923
// This can happen for legacy slots where the delegate would be a PFunction
924-
LOGGER.warning(() -> String.format("Unexpected executable for slot pointer: %s", executable));
924+
LOGGER.fine(() -> String.format("Unexpected executable for slot pointer: %s", executable));
925925
}
926926
} catch (UnsupportedMessageException e) {
927927
throw new IllegalStateException(e);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy