Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / util / passwddb.c
index 3db6189..e57eb0d 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: passwddb.c,v 1.7 2002-08-02 19:26:57 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: passwddb.c,v 1.10 2005-01-15 19:38:42 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -122,7 +122,7 @@ void passwd_db_show (Passwd_db db)
 {
        struct passwd_entry *pe;
        for (pe = db->entries; pe; pe = pe->next)
-               logf (LOG_LOG,"%s:%s", pe->name, pe->des);
+               yaz_log (YLOG_LOG,"%s:%s", pe->name, pe->des);
 }
 
 int passwd_db_auth (Passwd_db db, const char *user, const char *pass)