]> arthur.barton.de Git - netatalk.git/commitdiff
Fix EA support ci cruft
authorfranklahm <franklahm>
Mon, 16 Feb 2009 14:03:30 +0000 (14:03 +0000)
committerfranklahm <franklahm>
Mon, 16 Feb 2009 14:03:30 +0000 (14:03 +0000)
etc/afpd/status.c

index e8f8862affc515f8197c9f29cb43155e28e6097f..a95c7fe33e7895318eb415020fec6cae94d0325b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: status.c,v 1.21 2009-02-16 13:49:20 franklahm Exp $
+ * $Id: status.c,v 1.22 2009-02-16 14:03:30 franklahm Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -581,8 +581,6 @@ int ibuflen _U_, *rbuflen;
 {
     AFPConfig *config = obj->config;
 
-    LOG(log_error, logtype_afpd, "afp_getsrvrinfo: options->flags: %04x", obj->options.flags);
-
     memcpy(rbuf, config->status, config->statuslen);
     *rbuflen = config->statuslen;
     return AFP_OK;