Skip to content

Commit 6252d8c

Browse files
committed
keep it simple
1 parent ee62b76 commit 6252d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pljava-so/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
* building an extension, this is incorrect and must be removed.
233233
*/
234234
flags.remove("-DBUILDING_DLL");
235-
System.err.println("PATH: " + java.lang.System.getenv().get("PATH"));
235+
info("PATH: " + java.lang.System.getenv().get("PATH"));
236236
var compileProcess = utils.processBuilder(function(l) {
237237
l.add(cc);
238238
l.addAll(pgxs.formatDefines(defines));

0 commit comments

Comments
 (0)