too long string ERROR

 
While backtesting, I'm getting many of these error messages. Does anyone know what this means?

2005.09.15 05:06:55 2005.07.04 17:37 VoochEasyRider EURUSD,M1: too long string

Thanks,
Vooch
 
I figured it out. I was adding a bunch of information to this for every open order:

//myComment = myComment + "\n "; // shift to the right
//myComment = myComment + " LONG " + OrderSymbol() + " @ " + DoubleToStr(OrderOpenPrice(),4) + " Magic: " + OrderMagicNumber();

I've got it fixed now.