Logging: server pipelining offer but no uptake
[exim.git] / src / src / receive.c
index 39f5b67583b51164c4213fd390207aac820ac500..7e5aac15edc126410891dbe4d091c0fc52d4babf 100644 (file)
@@ -1321,7 +1321,7 @@ if (sender_ident)
 if (received_protocol)
   g = string_append(g, 2, US" P=", received_protocol);
 if (LOGGING(pipelining) && smtp_in_pipelining_advertised)
-  g = string_catn(g, US" L", 2);
+  g = string_catn(g, US" L-", smtp_in_pipelining_used ? 2 : 3);
 return g;
 }