summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/fixfreq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/fixfreq.cpp')
-rw-r--r--src/devices/video/fixfreq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/fixfreq.cpp b/src/devices/video/fixfreq.cpp
index 5e333d9eec5..732a6994ae4 100644
--- a/src/devices/video/fixfreq.cpp
+++ b/src/devices/video/fixfreq.cpp
@@ -20,7 +20,7 @@
// for quick and dirty debugging
#define VERBOSE 0
-#define LOG_OUTPUT_FUNC printf
+#define LOG_OUTPUT_STREAM std::cerr
#include "logmacro.h"
#include <algorithm>