mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
Add logging infrastructure
Also added some debug/error messages to existing code. For now debugging is always on, this will be made optional later.
This commit is contained in:
committed by
Daniel Drake
parent
016ff33533
commit
ec91736ac4
@@ -27,6 +27,7 @@
|
||||
struct fp_print_data *fpi_print_data_new(struct fp_driver *drv, size_t length)
|
||||
{
|
||||
struct fp_print_data *data = g_malloc(sizeof(*data) + length);
|
||||
fp_dbg("length=%z", length);
|
||||
data->driver_name = drv->name;
|
||||
data->length = length;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user