aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/visca.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/visca.c')
-rw-r--r--backends/visca.c2
1 files changed, 1 insertions, 1 deletions
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);