=== modified file 'apport/report.py' --- apport/report.py 2009-12-23 11:01:21 +0000 +++ apport/report.py 2010-02-19 00:35:40 +0000 @@ -923,6 +923,8 @@ # Title the report with suspend or hibernate as appropriate, # and mention any non-free modules loaded up front. title = '' + if 'StagingDrivers' in self: + title += '[STAGING] ' if 'MachineType' in self: title += '[' + self['MachineType'] + '] ' title += self['Failure'] + ' failure'