Skip to content
Snippets Groups Projects
Commit df8c8835 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Log the entire 'hello' object when detecting a non-Synchronet BBS

More detail to debug a false-negative SyncBBS-detection result
parent 6c74f984
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -765,7 +765,7 @@ function verify_bbs(bbs)
bbs.preview = lib.encode_preview(result.preview);
return true;
}
log(LOG_DEBUG,"Non-Synchronet identification: " + result.hello[0]);
log(LOG_DEBUG,"Non-Synchronet identification: " + JSON.stringify(result.hello));
failure.result = "non-Synchronet";
bbs.entry.autoverify.last_failure = failure;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment