Action description wrong in log

I am using FB 6.3.0.1676 (to fix another issue) and I am experiencing a bug where the description of an action shown in the log is incorrect.

The problem is that at certain points in the build the descriptions that are logged start showing the descriptions of earlier actions but usually with the odd missing character. The action output and child actions appear correct so it looks like something is getting corrupted.   Some of the action descriptions have parameters in, but not all.  This makes the log a real pain to use on a large project. 

I had this problem a few weeks back but as I worked on the project it went away but is now back again.  In case it helps,  the type of actions completed just before the logging errors happen are mainly MSBuild, XML, text replace, file copies and execute program actions.  After a number of erroneous log entries the problem then corrects itself.

Is this a known issue?

Hi Simon

This is not a known problem and I cannot find a possible cause. Can you send your project to support so we can try to reproduce the problem here? Also, check the ActionLogTitle Property from the Action Inspector… is it possible these actions were copied and pasted? If the action log title is the same as the Action Description, then any changes to the Description are mirrored in the ActionLogTitle, however if the values are different then changes to the description will not affect the log title. We’ve had a few cases where users have been caught out by this when copy/pasting actions.

Hi Vincent,

Thanks for the information - yes it was as simple as the action log title being set differently from the description. 

I copied some actions to a test project for some work and then copied them back to the main project. Somewhere along the line the log title got out of sync and this gave me the odd looking results where it was fine before. 

Apologies for not spotting this before posting!

Simon