diff options
Diffstat (limited to 'src/tools/windows')
-rw-r--r-- | src/tools/windows/converter/ms_symbol_server_converter.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/windows/converter/ms_symbol_server_converter.cc b/src/tools/windows/converter/ms_symbol_server_converter.cc index 725eeeb9..2b6278ba 100644 --- a/src/tools/windows/converter/ms_symbol_server_converter.cc +++ b/src/tools/windows/converter/ms_symbol_server_converter.cc @@ -285,6 +285,12 @@ MSSymbolServerConverter::LocateSymbolFile(const MissingSymbolInfo &missing, // This is an authoritiative file-not-found message. if (fail_not_found_) { + fprintf(stderr, + "LocateSymbolFile: SymFindFileInPath: LOCATE_NOT_FOUND error " + "for %s %s %s\n", + missing.debug_file.c_str(), + missing.debug_identifier.c_str(), + missing.version.c_str()); return LOCATE_NOT_FOUND; } |