SPAMD/malware: Log service identity with errors. Bug 1740
[exim.git] / src / src / log.c
index b2d1fcfc1c5280e06464db6589d7eb4fc502d445..558c000d73d61e63c3ae794999c87824863c8fe5 100644 (file)
@@ -753,8 +753,8 @@ DEBUG(D_any|D_v)
 
   for (i = 0; i < log_options_count; i++)
     {
-    unsigned int bit = log_options[i].bit;
-    if (bit < BITWORDSIZE && selector == BIT(bit))
+    unsigned int bitnum = log_options[i].bit;
+    if (bitnum < BITWORDSIZE && selector == BIT(bitnum))
       {
       *ptr++ = ' ';
       Ustrcpy(ptr, log_options[i].name);