]> arthur.barton.de Git - netatalk.git/commitdiff
Remove some syslog messages from the new tickle code.
authorjmarcus <jmarcus>
Sun, 23 Dec 2001 01:19:55 +0000 (01:19 +0000)
committerjmarcus <jmarcus>
Sun, 23 Dec 2001 01:19:55 +0000 (01:19 +0000)
etc/afpd/afp_dsi.c

index 8af7c887361edc623cbbeab4e17ed7991935d87b..68e33b76c798a277a2b3fa31122aace2925f4834 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afp_dsi.c,v 1.13 2001-12-19 01:21:31 jmarcus Exp $
+ * $Id: afp_dsi.c,v 1.14 2001-12-23 01:19:55 jmarcus Exp $
  *
  * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu)
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
@@ -126,7 +126,6 @@ static void alarm_handler()
     /* if we're in the midst of processing something,
        don't die. */
     if ((child.flags & CHILD_RUNNING) || (child.tickle++ < child.obj->options.timeout)) {
-        syslog(LOG_INFO, "afp_dsi: alarm_handler: tickling client...");
         dsi_tickle(child.obj->handle);
     } else { /* didn't receive a tickle. close connection */
         syslog(LOG_ERR, "afp_alarm: child timed out");