diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 18:01:12 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-30 18:01:12 -0800 |
commit | 986fa9473357edaa1848fffd27592260bfcbe924 (patch) | |
tree | e91f959296a2f729d426f23cca2e509726b32e88 /sesman/chansrv | |
parent | 02c981e796af1413ec4332b98ea3b7fcc69481c8 (diff) | |
download | xrdp-proprietary-986fa9473357edaa1848fffd27592260bfcbe924.tar.gz xrdp-proprietary-986fa9473357edaa1848fffd27592260bfcbe924.zip |
clipboard: undefine previously defined log level
Diffstat (limited to 'sesman/chansrv')
-rw-r--r-- | sesman/chansrv/clipboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/clipboard.c b/sesman/chansrv/clipboard.c index 5c2a2b22..11c37a16 100644 --- a/sesman/chansrv/clipboard.c +++ b/sesman/chansrv/clipboard.c @@ -176,6 +176,8 @@ x-special/gnome-copied-files #define LOG_ERROR 0 #define LOG_INFO 1 #define LOG_DEBUG 2 + +#undef LOG_LEVEL #define LOG_LEVEL LOG_ERROR #define log_error(_params...) \ |