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

Output a status line when a messages is imported/added to a msgbase.

parent 87ab9519
No related branches found
No related tags found
No related merge requests found
......@@ -371,6 +371,7 @@ void postmsg(char type, char* to, char* to_number, char* to_address,
}
smb_freemsgmem(&msg);
fprintf(statfp, "Message (%u bytes) added to %s successfully\n", strlen(msgtxt), smb.file);
FREE_AND_NULL(msgtxt);
}
......
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