Codebase list fwupd / c249d10
trivial: Reduce some debugging verbosity Richard Hughes 5 years ago
2 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
240240 GUdevDevice *udev_device = fu_udev_device_get_dev (FU_UDEV_DEVICE (device));
241241 const gchar *devpath = g_udev_device_get_device_file (udev_device);
242242
243 g_debug ("opening unifying peripheral using %s", devpath);
243 /* open */
244244 self->udev_fd = fu_unifying_nonblock_open (devpath, error);
245245 if (self->udev_fd < 0)
246246 return FALSE;
7373 g_autoptr(FuDeviceLocker) locker = NULL;
7474
7575 /* open */
76 g_debug ("opening for poll");
7776 locker = fu_device_locker_new (self, error);
7877 if (locker == NULL)
7978 return FALSE;