]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/spotlight.c
Add support for Tracker 0.67 on Solaris
[netatalk.git] / etc / afpd / spotlight.c
index eb4a125bf76b629db220df69fc84936399683c09..d9d1d112db1d1ec55a7eddd3900d713f9d6e5809 100644 (file)
@@ -348,7 +348,7 @@ int sl_mod_load(const char *path)
     sl_ctx = talloc_new(NULL);
 
     if ((sl_module = mod_open(path)) == NULL) {
-        LOG(log_error, logtype_sl, "Failed to load: %s", path, mod_error());
+        LOG(log_error, logtype_sl, "Failed to load module \'%s\': %s", path, mod_error());
         EC_FAIL;
     }