lib: Replace empty fp_dbg() calls

GLib won't like them, so use G_DEBUG_HERE() instead.
This commit is contained in:
Bastien Nocera
2018-05-23 18:26:22 +02:00
parent c376c6fb02
commit 363a1b3371
16 changed files with 72 additions and 72 deletions

View File

@@ -256,7 +256,7 @@ static void sm_do_capture(struct fpi_ssm *ssm)
struct fp_img_dev *dev = ssm->priv;
struct v5s_dev *vdev = dev->priv;
fp_dbg("");
G_DEBUG_HERE();
vdev->capture_img = fpi_img_new_for_imgdev(dev);
vdev->capture_iteration = 0;
capture_iterate(ssm);