commit | 11c82fa61b369684e8d4761c82712d8c7de978b7 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jun 17 16:20:46 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 17 16:20:46 2010 -0400 |
tree | 16b0b75e936e80e4f6231840d44b034e3f7b533a | |
parent | 315ff6f8c9e9e899d655d75d5f5203c8b0047b0b [diff] |
parse-events: Use all the printf fields of a %s If a %s has options like %8.2s, we still want to process it. Pass the format off to the string processing to do so. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>