[server,proxy] fixed logger namespace
This commit is contained in:
parent
0e25f99602
commit
c82ddbbcc4
@ -25,8 +25,9 @@
|
|||||||
#define FREERDP_SERVER_PROXY_LOG_H
|
#define FREERDP_SERVER_PROXY_LOG_H
|
||||||
|
|
||||||
#include <winpr/wlog.h>
|
#include <winpr/wlog.h>
|
||||||
|
#include <freerdp/log.h>
|
||||||
|
|
||||||
#define PROXY_TAG(tag) "proxy." tag
|
#define PROXY_TAG(tag) FREERDP_TAG("proxy." tag)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* log format in proxy is:
|
* log format in proxy is:
|
||||||
|
Loading…
Reference in New Issue
Block a user