]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/uam.c
Changes made by Michel Jouvin - jouvin@lal.in2p3.fr - 23/11/2000
[netatalk.git] / etc / afpd / uam.c
index 60946a7369aea3e0b8b3e7ff534b63f1bb818fd9..cff56de530ac014e91c7b5c49dba554057c7d32b 100644 (file)
@@ -54,6 +54,9 @@ struct uam_mod *uam_load(const char *path, const char *name)
   if ((p = strchr(buf, '.')))
     *p = '\0';
   if ((mod->uam_fcn = mod_symbol(module, buf)) == NULL) {
+    syslog(LOG_ERR, "uam_load(%s): mod_symbol error for symbol %s",
+          name,
+          buf);
     goto uam_load_err;
   }