Skip to content

Commit 12e6553

Browse files
committed
reduce JVM errors to debug
1 parent 8887f1a commit 12e6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-tools/src/main/java/de/saumya/mojo/ruby/script/AntLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ protected void doExecute(final File launchDirectory,
123123
try {
124124
byte[] encoded = Files.readAllBytes(tempFile.toPath());
125125
if (encoded.length > 0) {
126-
logger.error(new String(encoded));
126+
logger.warn(new String(encoded));
127127
}
128128
}
129129
catch(IOException e) {

0 commit comments

Comments
 (0)