Breakpad processor: Opening a map file is not an error.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@485 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
jimblandy 2010-01-13 07:39:24 +00:00
parent cf55ca5b5c
commit eef5ccc61f

View file

@ -393,7 +393,7 @@ bool BasicSourceLineResolver::Module::LoadMap(const string &map_file) {
return false;
}
BPLOG(ERROR) << "Opening " << map_file;
BPLOG(INFO) << "Opening " << map_file;
FILE *f = fopen(map_file.c_str(), "rt");
if (!f) {