Skip to content
  • Stephen Morris's avatar
    [trac745] remove to toText() calls in debug output · ceef68cd
    Stephen Morris authored
    When logging, the conversion of the parameters to string is done via
    boost::lexical_cast.  This uses operator<<(), so if the object has
    that function defined for it, there is no need to explicitly call
    the object's toText() method when passing it as a logging parameter.
    ceef68cd