mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Fix missing Log.h handling in UDPSocket.cpp
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
#if defined(HAVE_LOG_H)
|
#if defined(HAVE_LOG_H)
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#else
|
#else
|
||||||
|
#define LogMessage(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
||||||
#define LogError(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
#define LogError(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
||||||
#define LogInfo(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
#define LogInfo(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user