mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Fix a typo in an error message, also provide more information.
This commit is contained in:
parent
cb0f4a6134
commit
e9fc299fea
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ FingerPrint *parse_single_fingerprint(char *fprint_orig) {
|
|||
test.results = str2AVal(p);
|
||||
FP->tests.push_back(test);
|
||||
} else {
|
||||
fatal("Parse error line line #%d of fingerprint", lineno);
|
||||
fatal("Parse error line #%d of fingerprint: %s", lineno, thisline);
|
||||
}
|
||||
|
||||
thisline = nextline; /* Time to handle the next line, if there is one */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue