This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gold patch rfa] print "error: " in front of error messages


I've been trying to fish gold error messages out of logs lately, and
that's made more difficult by the fact that they're not consistently
marked.

the attached patch adds "error: " in front of the formatted message
for 'error' and 'fatal' errors.  (Warnings have "warning: " already.)

built for i686-linux, tested clean.


chris
----
2009-02-05  Chris Demetriou  <cgd@google.com>

        * errors.cc (Errors::fatal, Errors::error): When printing (normal and
        fatal) error messages, print "error: " before the formatted message.

Attachment: err.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]