]> arthur.barton.de Git - netatalk.git/commitdiff
Adjust loglevel and message when using default CNID backend. From HAT
authorfranklahm <franklahm>
Thu, 2 Jul 2009 17:53:52 +0000 (17:53 +0000)
committerfranklahm <franklahm>
Thu, 2 Jul 2009 17:53:52 +0000 (17:53 +0000)
etc/afpd/volume.c

index 6d7799176b8e61b2b39f16a5a7b02a2f51ebc98a..24d500a8c896be4a533131ac9d91ef1034992160 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.86 2009-04-28 13:01:24 franklahm Exp $
+ * $Id: volume.c,v 1.87 2009-07-02 17:53:52 franklahm Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -1917,8 +1917,7 @@ int       ibuflen _U_, *rbuflen;
     curdir = volume->v_dir;
     if (volume->v_cnidscheme == NULL) {
         volume->v_cnidscheme = strdup(DEFAULT_CNID_SCHEME);
-        LOG(log_warning, logtype_afpd, "Warning: No CNID scheme for volume %s. Using default.",
-               volume->v_path);
+        LOG(log_info, logtype_afpd, "Volume %s use CNID scheme %s.", volume->v_path, volume->v_cnidscheme);
     }
     if (volume->v_dbpath)
         volume->v_cdb = cnid_open (volume->v_dbpath, volume->v_umask, volume->v_cnidscheme, (volume->v_flags & AFPVOL_NODEV));