summaryrefslogtreecommitdiff
path: root/qmail-send.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2014-04-27 16:07:25 -0700
committerJohn Denker <jsd@av8n.com>2014-04-27 16:33:32 -0700
commit35da8253b2e133d485597b048b7c9cb4fb474444 (patch)
tree11c67b42287d339cccf74170e3ddca53416e501d /qmail-send.c
parent8e0679d9227c964d8df84bcb71054a4f14f72343 (diff)
get rid of some more warnings
Diffstat (limited to 'qmail-send.c')
-rw-r--r--qmail-send.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/qmail-send.c b/qmail-send.c
index 1646a5d..456d416 100644
--- a/qmail-send.c
+++ b/qmail-send.c
@@ -761,7 +761,7 @@ I tried to deliver a bounce message to this address, but the bounce bounced!\n\
{ log1("warning: trouble injecting bounce message, will try later\n"); return 0; }
strnum2[fmt_ulong(strnum2,id)] = 0;
- log2("bounce msg ",strnum2);
+ Log2("bounce msg ",strnum2);
strnum2[fmt_ulong(strnum2,qp)] = 0;
log3(" qp ",strnum2,"\n");
}
@@ -801,8 +801,8 @@ void del_status()
for (c = 0;c < CHANNELS;++c) {
strnum2[fmt_ulong(strnum2,(unsigned long) concurrencyused[c])] = 0;
strnum3[fmt_ulong(strnum3,(unsigned long) concurrency[c])] = 0;
- log2(chanstatusmsg[c],strnum2);
- log2("/",strnum3);
+ Log2(chanstatusmsg[c],strnum2);
+ Log2("/",strnum3);
}
if (flagexitasap) log1(" exitasap");
log1("\n");
@@ -866,7 +866,7 @@ char *recip;
strnum2[fmt_ulong(strnum2,d[c][i].delid)] = 0;
strnum3[fmt_ulong(strnum3,jo[j].id)] = 0;
- log2("starting delivery ",strnum2);
+ Log2("starting delivery ",strnum2);
log3(": msg ",strnum3,tochan[c]);
logsafe(recip);
log1("\n");
@@ -1359,14 +1359,14 @@ fd_set *rfds;
fnmake_info(id);
log3("warning: trouble writing to ",fn.s,"\n"); goto fail;
}
- log2("info msg ",strnum3);
+ Log2("info msg ",strnum3);
strnum2[fmt_ulong(strnum2,(unsigned long) st.st_size)] = 0;
- log2(": bytes ",strnum2);
+ Log2(": bytes ",strnum2);
log1(" envelope_from <"); logsafe(todoline.s + 1);
strnum2[fmt_ulong(strnum2,pid)] = 0;
- log2("> qp ",strnum2);
+ Log2("> qp ",strnum2);
strnum2[fmt_ulong(strnum2,uid)] = 0;
- log2(" uid ",strnum2);
+ Log2(" uid ",strnum2);
log1("\n");
break;
case 'T':