From: Frank Lahm Date: Fri, 24 Sep 2010 10:23:14 +0000 (+0200) Subject: log note instead of only indo when shutting down X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=4c5be59452a348923fd8b2b2db483e772759e31a log note instead of only indo when shutting down --- diff --git a/etc/afpd/main.c b/etc/afpd/main.c index de8ae711..8f63fc6e 100644 --- a/etc/afpd/main.c +++ b/etc/afpd/main.c @@ -1,6 +1,4 @@ /* - * $Id: main.c,v 1.26 2009-10-14 02:24:05 didg Exp $ - * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ @@ -101,7 +99,7 @@ static void afp_goaway(int sig) dsi_kill(sig); switch( sig ) { case SIGTERM : - LOG(log_info, logtype_afpd, "shutting down on signal %d", sig ); + LOG(log_note, logtype_afpd, "AFP Server shutting down on SIGTERM"); break; case SIGUSR1 : case SIGHUP :