summaryrefslogtreecommitdiff
path: root/test/uat-detections.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/uat-detections.c')
-rw-r--r--test/uat-detections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uat-detections.c b/test/uat-detections.c
index 371e636..43f6d02 100644
--- a/test/uat-detections.c
+++ b/test/uat-detections.c
@@ -68,7 +68,7 @@ static void __sensor_presence_detected_device(ua_device_h device_handle)
ret, uat_get_error_str(ret));
}
msgb("[%s] Presence detected on [%s]",
- __convert_device_mac_type_to_txt(mac_type), mac);
+ uat_convert_device_mac_type_to_txt(mac_type), mac);
g_free(mac);
}