Skip to content
Snippets Groups Projects
Commit 6add44d4 authored by rswindell's avatar rswindell
Browse files

Changed the "No new messages" log line from INFO to DEBUG level.

parent 7df65d68
No related branches found
No related tags found
No related merge requests found
......@@ -3547,7 +3547,7 @@ void export_echomail(char *sub_code,faddr_t addr)
msgs=getlastmsg(i,&lastmsg,0);
if(!msgs || (!addr.zone && !(misc&IGNORE_MSGPTRS) && ptr>=lastmsg)) {
lprintf(LOG_INFO,"No new messages.");
lprintf(LOG_DEBUG,"No new messages.");
if(ptr>lastmsg && !addr.zone && !(misc&LEAVE_MSGPTRS)) {
lprintf(LOG_DEBUG,"Fixing new-scan pointer.");
sprintf(str,"%s%s.sfp",scfg.sub[i]->data_dir,scfg.sub[i]->code);
......
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