We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1e292 + 9daaae4 commit d9843a0Copy full SHA for d9843a0
src/java/AttachOnce.java
@@ -45,7 +45,7 @@ static void loadAgent(String pid, String options) throws Exception {
45
}
46
String fullPath = lib.getAbsolutePath();
47
if (!lib.exists()) {
48
- System.out.printf("Expected libperfmap.so at '%s' but it didn't exist.\n", fullPath);
+ System.out.printf("Expected %s at '%s' but it didn't exist.\n", lib.getName(), fullPath);
49
System.exit(1);
50
51
else vm.loadAgentPath(fullPath, options);
0 commit comments