Skip to content

Commit 71c7816

Browse files
committed
debug
1 parent aa67135 commit 71c7816

File tree

1 file changed

+1
-1
lines changed
  • agent_api/src/main/java/dev/aikido/agent_api/vulnerabilities/sql_injection

1 file changed

+1
-1
lines changed

agent_api/src/main/java/dev/aikido/agent_api/vulnerabilities/sql_injection/GetBinaryPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static String getLibCVariant() {
6262
}
6363
}
6464
} catch (IOException e) {
65-
logger.trace(e);
65+
logger.error(e);
6666
}
6767
return "gnu";
6868
}

0 commit comments

Comments
 (0)