mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-5697 -PDB - Updated pop-analysis pop-up message
This commit is contained in:
parent
24b9061eba
commit
2858b63c67
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ public class PdbAnalyzer extends AbstractAnalyzer {
|
||||||
if (pdbFile == null) {
|
if (pdbFile == null) {
|
||||||
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
||||||
// PDB analysis was not done
|
// PDB analysis was not done
|
||||||
log.appendMsg(NAME, "Aborted: Could not find an appropriate PDB file; see log");
|
log.appendMsg(NAME, "Warning: Could not find an appropriate PDB file; see log");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -169,7 +169,7 @@ public class PdbUniversalAnalyzer extends AbstractAnalyzer {
|
||||||
if (pdbFile == null) {
|
if (pdbFile == null) {
|
||||||
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
// Warnings have already been logged, but nice to have a post-analysis pop-up that
|
||||||
// PDB analysis was not done
|
// PDB analysis was not done
|
||||||
log.appendMsg(NAME, "Aborted: Could not find an appropriate PDB file; see log");
|
log.appendMsg(NAME, "Warning: Could not find an appropriate PDB file; see log");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue