Commit 7f3a89e3 authored by Claes Sjofors's avatar Claes Sjofors

qmon 'unknown node' log prints send address

parent 347c7d89
......@@ -1008,7 +1008,7 @@ import_thread ()
else
sp->lp = last_link = get_link(sp->head.nid, &msg);
if (sp->lp == NULL) {
errh_Warning("Request from unknown node %s", cdh_VolumeIdToString(0, sp->head.nid,0,0));
errh_Warning("Request from unknown node %s (%s)", cdh_VolumeIdToString(0, sp->head.nid,0,0), inet_ntoa(msg.sa.sin_addr));
continue;
}
//printf( "Import from %d %s lix %d clx %d\n", sp->head.nid, sp->lp->np->link[sp->lp->lix].name, sp->lp->lix, sp->lp->np->clx);
......@@ -2129,4 +2129,4 @@ send_action (
que_Put(NULL, &lp->q_in, &sp->c.le, sp);
return sp;
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment