]> arthur.barton.de Git - netatalk.git/commitdiff
Fix/remove logging
authorfranklahm <franklahm>
Tue, 10 Feb 2009 15:31:48 +0000 (15:31 +0000)
committerfranklahm <franklahm>
Tue, 10 Feb 2009 15:31:48 +0000 (15:31 +0000)
contrib/acltests/uuidtest.c

index fd4d208a5601d15c6a37c01f9ef0e23b09492dbb..5db471110e482be53593d9118f9a9bca76cac431 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   $Id: uuidtest.c,v 1.1 2009-02-02 11:55:00 franklahm Exp $
+   $Id: uuidtest.c,v 1.2 2009-02-10 15:31:48 franklahm Exp $
    Copyright (c) 2008,2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
@@ -27,7 +27,6 @@
 
 #include <atalk/ldapconfig.h>
 #include <atalk/uuid.h>
-#include <atalk/logger.h>
 
 #define STRNCMP(a, R, b, l) (strncmp(a,b,l) R 0)
 
@@ -44,11 +43,6 @@ int main( int argc, char **argv)
        return -1;
     }
     
-    set_processname("uuidtest");
-    log_init();
-    log_setup("uuid.log", log_maxdebug, logtype_default, logoption_cons);
-
-
     /* Parse ldap.conf */
     printf("Start parsing ldap.conf\n");
     acl_ldap_readconfig(_PATH_ACL_LDAPCONF);