Kaydet (Commit) 38bb2c68 authored tarafından Noel Grandin's avatar Noel Grandin

improve sample message

Change-Id: If7ea670195e55d306c4b0733bfcd3c8c6040eddc
üst 78461692
......@@ -25,7 +25,7 @@ for line in process.stdout:
messages[sourceAndLine] = messages[sourceAndLine] + 1
else:
messages[sourceAndLine] = 1
sampleOfMessage[sourceAndLine] = tokens[6]
sampleOfMessage[sourceAndLine] = line[line.find(tokens[6]):]
tmplist = list() # set of tuple (count, sourceAndLine)
for key, value in messages.iteritems():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment