changeset 429:2e0ef09de41f

log unsubs from mlmmj-maintd to log_oper
author mmj
date Tue, 18 Jan 2005 18:52:47 +1100
parents 09082b117b1a
children 4ec6c541b7c0
files src/mlmmj-maintd.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-maintd.c	Tue Jan 18 18:39:14 2005 +1100
+++ b/src/mlmmj-maintd.c	Tue Jan 18 18:52:47 2005 +1100
@@ -698,8 +698,9 @@
 		}
 
 		if(childpid > 0) {
-			WRITEMAINTLOG6(5, "UNSUB: ", address, ". Bounced since",
-					bouncedata, ".\n");
+			log_oper(listdir, OPLOGFNAME, "mlmmj-maintd: %s"
+					" unsubscribed due to bouncing since"
+					" %s", address, bouncedata);
 			myfree(address);
 			myfree(bouncedata);
 			do /* Parent waits for the child */