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

Add debug log lines to help root-cause issue #334

parent 57050b57
No related branches found
No related tags found
No related merge requests found
......@@ -890,6 +890,7 @@ while(client.socket.is_connected && !quit) {
body=decode_news_body(hdr, body);
log(LOG_DEBUG, "hdr.newsgroups: " + hdr.newsgroups);
var newsgroups=hdr.newsgroups.split(',');
if(hdr.to==undefined && hdr.reply_id!=undefined)
......@@ -916,6 +917,7 @@ while(client.socket.is_connected && !quit) {
break;
}
log(LOG_DEBUG, "newsgroups: " + newsgroups);
for(n in newsgroups)
for(g in msg_area.grp_list)
for(s in msg_area.grp_list[g].sub_list)
......
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