Lines Matching refs:DEBUG
911 LOG(DEBUG, "Non-local backend, can't access locally.\n"); in libxl__device_disk_find_local_path()
922 LOG(DEBUG, "Directly accessing local RAW disk %s", path); in libxl__device_disk_find_local_path()
932 LOG(DEBUG, "Directly accessing local QDISK target %s", path); in libxl__device_disk_find_local_path()
945 LOGD(DEBUG, guest_domid, in libxl__device_disk_find_local_path()
957 LOGD(DEBUG, guest_domid, "Attempting to read node %s", pdpath); in libxl__device_disk_find_local_path()
961 LOGD(DEBUG, guest_domid, "Accessing cooked block device %s", path); in libxl__device_disk_find_local_path()
963 LOGD(DEBUG, guest_domid, "No physical-device-path, can't access locally."); in libxl__device_disk_find_local_path()
988 LOG(DEBUG, "Strange, dls->diskpath already set: %s", dls->diskpath); in libxl__device_disk_local_initiate_attach()
990 LOG(DEBUG, "Trying to find local path"); in libxl__device_disk_local_initiate_attach()
995 LOG(DEBUG, "Local path found, executing callback."); in libxl__device_disk_local_initiate_attach()
998 LOG(DEBUG, "Local path not found, initiating attach."); in libxl__device_disk_local_initiate_attach()
1050 LOG(DEBUG, "locally attached disk %s", dls->diskpath); in local_device_attach_cb()