commit | 6daf194dde15acda153b824299f36f12dfa527a6 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Wed Jun 22 14:03:54 2011 +0200 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Fri Jun 24 09:13:36 2011 +0100 |
tree | e501eb043697f6ec77338ef8fe4cb5602177fdb0 | |
parent | db78ef5b0a93b16ad56b70a70e21b1c5e7d06ba8 [diff] |
Strip trailing '\n' from error_report()'s first argument error_report() prepends location, and appends a newline. The message constructed from the arguments should not contain a newline. Fix the obvious offenders. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>