diff --git a/[refs] b/[refs] index 935c0a27f3e8..7d6b3bcc5c93 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 749e507411b17ad686783b6d1183befd846fb81b +refs/heads/master: 207f90fc4757adc732d5ac23ad11bb90dd078754 diff --git a/trunk/tools/perf/scripts/python/sched-migration.py b/trunk/tools/perf/scripts/python/sched-migration.py index 7304d86c76c0..e9898c5dbcc8 100644 --- a/trunk/tools/perf/scripts/python/sched-migration.py +++ b/trunk/tools/perf/scripts/python/sched-migration.py @@ -260,8 +260,7 @@ def taskState(state): } if state not in states: - print "Unhandled task state %d" % state - return "" + return "Unknown" return states[state]