[MNG-6088] add a newline after forked execution success message

This commit is contained in:
Hervé Boutemy 2016-09-10 16:30:50 +02:00
parent d413296cf3
commit 079f6b3ba3
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ public void forkSucceeded( ExecutionEvent event )
logger.info( "" );
logger.info( buffer.toString() );
logger.info( "" );
}
}