Actions
Bug #2934
closedFile Writer prints an extra line of output to System.out
Start date:
09/04/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2934
Description
The default for File Writer is System.out. If I build an SDF workflow that consists just of sending the message "test" to it, I see on the console window:
[java] test
[java] /home/bchar/workflow/gtcWorkFlowFromRepository/System.out
[java] 11 ms. Memory: 81984K Free: 19628K (24%)
I don't understand where the second line of output is coming from. I don't create a file with that name.
Actions