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:
parent
cf55ca5b5c
commit
eef5ccc61f
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ bool BasicSourceLineResolver::Module::LoadMap(const string &map_file) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
BPLOG(ERROR) << "Opening " << map_file;
|
BPLOG(INFO) << "Opening " << map_file;
|
||||||
|
|
||||||
FILE *f = fopen(map_file.c_str(), "rt");
|
FILE *f = fopen(map_file.c_str(), "rt");
|
||||||
if (!f) {
|
if (!f) {
|
||||||
|
|
Loading…
Reference in a new issue