Fix bitrot in modes_print.

This commit is contained in:
Nick Foster 2012-09-08 10:34:26 -07:00
parent 2a474190cd
commit d1b69405bf

View File

@ -177,7 +177,7 @@ class modes_output_print(modes_parse.modes_parse):
retstr = "Type 17 BDS6,2 (emergency) from %x type %s" % (icao24, emerg_str)
else:
retstr = "Type 17 subtype %i from %x not implemented" % (subtype, icao24)
retstr = "Type 17 subtype %i from %x not implemented" % (data["me"], icao24)
return retstr