Skip to content
Snippets Groups Projects
Commit 8e8e96f4 authored by rswindell's avatar rswindell
Browse files

Log the peer mailer version report with a LOG_INFO level message.

parent 619b62ec
No related branches found
No related tags found
No related merge requests found
......@@ -1112,6 +1112,7 @@ BinkP.prototype.recvFrame = function(timeout)
}
break;
case 'VER':
log(LOG_INFO, "Peer version: " + args.slice(1).join(' '));
tmp = ret.data.split(/ /);
if (tmp.length >= 3) {
if (tmp[2].substr(0, 6) === 'binkp/') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment