aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-08-16 19:37:48 +0200
committercbdev <cb@cbcdn.com>2020-08-16 19:37:48 +0200
commit4d7db4128985229ebdbaae66be25b2710360f464 (patch)
tree923e70397b42acc24b4ad300b50a5bc0cc8f3bc9
parentca861ca42bdbf0e8cf14737e81cd70665c5b557d (diff)
downloadmidimonster-4d7db4128985229ebdbaae66be25b2710360f464.tar.gz
midimonster-4d7db4128985229ebdbaae66be25b2710360f464.tar.bz2
midimonster-4d7db4128985229ebdbaae66be25b2710360f464.zip
Fix VISCA windows build
-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);