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

Shortened the "posted on sub-board" log entry.

parent 237eebd2
No related branches found
No related tags found
No related merge requests found
......@@ -1406,7 +1406,7 @@ static void smtp_thread(void* arg)
sockprintf(socket, "452 ERROR %d (%s) saving message"
,i,smb.last_error);
} else {
lprintf("%04d SMTP %s posted a message on sub-board: %s"
lprintf("%04d SMTP %s posted a message on %s"
,socket, sender_addr, scfg.sub[subnum]->sname);
sockprintf(socket,SMTP_OK);
}
......
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