diff --git a/pykat/finesse.py b/pykat/finesse.py
index fad8019eb2e662ac784734f439481ce6ce38b426..b7eeff412814d2a3b185b2bdd113ef1eea1665f9 100644
--- a/pykat/finesse.py
+++ b/pykat/finesse.py
@@ -810,7 +810,7 @@ class kat(object):
                         #print "Trace 1: {0}".format(out[search:])
 
                 # for now, just try to print the trace block in full
-                print out[out.find(' --- highest order of TEM modes') :]
+                print out[out.find(' ---') :]
 
             katfile.close()
             perfData = []