comparison src/spool.c @ 415:0430194f7ef8

Debug message cosmetic.
author markus schnalke <meillo@marmaro.de>
date Wed, 29 Feb 2012 14:36:07 +0100
parents 309935f59820
children bdbedce60247
comparison
equal deleted inserted replaced
414:309935f59820 415:0430194f7ef8
213 msg->uid = g_strdup(uid); 213 msg->uid = g_strdup(uid);
214 214
215 DEBUG(4) debugf("msg_spool_read():\n"); 215 DEBUG(4) debugf("msg_spool_read():\n");
216 /* header spool: */ 216 /* header spool: */
217 ok = spool_read_header(msg); 217 ok = spool_read_header(msg);
218 DEBUG(4) debugf(" spool_read_header() returned: %d\n", ok); 218 DEBUG(4) debugf("spool_read_header() returned: %d\n", ok);
219 return msg; 219 return msg;
220 } 220 }
221 221
222 /* 222 /*
223 ** write header. uid and gid should already be set to the 223 ** write header. uid and gid should already be set to the