[MNG-5630] added missing ':' in case of forked goal

This commit is contained in:
Hervé Boutemy 2014-05-16 22:21:45 +02:00
parent 8a56a16738
commit a90d71e024
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ public class ExecutionEventLogger
else
{
// forked goal
buffer.append( ':' );
buffer.append( md.getExecuteGoal() );
}
}