From 4d7db4128985229ebdbaae66be25b2710360f464 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 16 Aug 2020 19:37:48 +0200 Subject: Fix VISCA windows build --- backends/visca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/visca.c b/backends/visca.c index ae586a7..619211d 100644 --- a/backends/visca.c +++ b/backends/visca.c @@ -74,7 +74,7 @@ static int ptz_configure_instance(instance* inst, char* option, char* value){ } #ifdef _WIN32 - LOGPF("Direct device connections are not possible on Windows"); + LOG("Direct device connections are not possible on Windows"); return 1; #else data->fd = open(value, O_NONBLOCK); -- cgit v1.2.3