Skip to content

Commit

Permalink
Fixup wrong format specification in debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dhobsong committed Mar 25, 2019
1 parent 959e0ce commit 8f7cb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libv4l-gst/gst-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ gst_backend_mmap(struct v4l_gst_priv *dev_ops_priv, void *start, size_t length,
unlock:
g_mutex_unlock(&priv->dev_lock);

DBG_LOG("Final map = %x\n", map);
DBG_LOG("Final map = %p\n", map);

return map;
}
Expand Down

0 comments on commit 8f7cb67

Please sign in to comment.