]> git.ozlabs.org Git - petitboot/blobdiff - discover/resource.c
discover/discover-server: Restrict clients based on uid
[petitboot] / discover / resource.c
index 04e14cb42c634567a5d99f3cbab226d5055139d0..c09c1c51051679900b11dfc513b8f115436239f5 100644 (file)
@@ -86,7 +86,7 @@ struct resource *create_devpath_resource(struct discover_boot_option *opt,
        devstr = talloc_strndup(res, devpath, pos - devpath);
        path = talloc_strdup(res, pos + 1);
 
-       pb_log("%s: resource depends on device %s\n", __func__, devstr);
+       pb_log_fn("resource depends on device %s\n", devstr);
 
        /* defer resolution until we can find a suitable matching device */
        info = talloc(res, struct devpath_resource_info);