Prefix error messages with program name.
authorNicolas Despres <nicolas.despres@gmail.com>
Mon, 21 Mar 2011 20:43:08 +0000 (21:43 +0100)
committerNicolas Despres <nicolas.despres@gmail.com>
Mon, 21 Mar 2011 20:59:11 +0000 (21:59 +0100)
commit269658384e91c3b36ac871ddb2967d41f18db962
tree7f4bffddc204c2c61b7ed6dd4d262d3125d16bee
parent5f0157250c5d304e28959f6e665af6faad903561
Prefix error messages with program name.

It make it easier while debugging to know who is reporting the error:
Ninja itself or one of the command called by Ninja during the build
process or one of the generator which called Ninja.
src/ninja.cc
src/util.cc
src/util.h