/[mailutils]/mailutils/comsat/comsat.c
ViewVC logotype

Diff of /mailutils/comsat/comsat.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by polak, Sun Feb 9 12:32:58 2003 UTC revision 1.32 by gray, Mon Mar 10 13:43:13 2003 UTC
# Line 286  comsat_daemon (int port) Line 286  comsat_daemon (int port)
286                unsigned delay;                unsigned delay;
287    
288                delay = overflow_delay_time << (overflow_count + 1);                delay = overflow_delay_time << (overflow_count + 1);
289                syslog (LOG_NOTICE, _("too many requests: pausing for %u seconds"),                syslog (LOG_NOTICE,
290                          ngettext ("too many requests: pausing for %u second",
291                                    "too many requests: pausing for %u seconds",
292                                    delay),
293                        delay);                        delay);
294                sleep (delay);                sleep (delay);
295                reqcount = 0;                reqcount = 0;
# Line 344  comsat_main (int fd) Line 347  comsat_main (int fd)
347        return 1;        return 1;
348      }      }
349    
350    syslog (LOG_INFO, _("%d bytes from %s"), rdlen, inet_ntoa (sin_from.sin_addr));    syslog (LOG_INFO,
351              ngettext ("%d byte from %s",
352                        "%d bytes from %s", rdlen),
353              rdlen, inet_ntoa (sin_from.sin_addr));
354    
355    buffer[rdlen] = 0;    buffer[rdlen] = 0;
356    

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26