# File lib/ruote/log/fancy_printing.rb, line 72
  def fei_to_s(fei, wfid)
    [
      fei['expid'],
      fei['subid'][0, 5] + '...',
      fei['wfid'] != wfid ? fei['wfid'] : ''
    ].join('!')
  end