X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fresource.c;h=c09c1c51051679900b11dfc513b8f115436239f5;hp=04e14cb42c634567a5d99f3cbab226d5055139d0;hb=refs%2Ftags%2Fv1.10.1;hpb=66bf929fa97fabb70198455f9eec2e9ccf0661fa diff --git a/discover/resource.c b/discover/resource.c index 04e14cb..c09c1c5 100644 --- a/discover/resource.c +++ b/discover/resource.c @@ -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);