X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fspotlight.c;fp=etc%2Fafpd%2Fspotlight.c;h=d9d1d112db1d1ec55a7eddd3900d713f9d6e5809;hb=af3a18cef2dc7a03e2ba40e0907b64b7a9d50e2c;hp=eb4a125bf76b629db220df69fc84936399683c09;hpb=ed01ddffd1bdea517159e591b95ce81bc2a317d7;p=netatalk.git diff --git a/etc/afpd/spotlight.c b/etc/afpd/spotlight.c index eb4a125b..d9d1d112 100644 --- a/etc/afpd/spotlight.c +++ b/etc/afpd/spotlight.c @@ -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; }