aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServerST.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2024-11-19 15:56:22 +0100
committerPierre Ossman <ossman@cendio.se>2025-02-25 16:58:29 +0100
commit8638c42cbe8e63ae4a90fee7de0436c4cf6eece2 (patch)
treee84268eb10de33827362308ccd3124865c81466e /common/rfb/VNCServerST.cxx
parentcf1bc662e42cfd91bcd82138c0ca5211b1ac75c7 (diff)
downloadtigervnc-8638c42cbe8e63ae4a90fee7de0436c4cf6eece2.tar.gz
tigervnc-8638c42cbe8e63ae4a90fee7de0436c4cf6eece2.zip
Move logging to core library
Make it clearer what is protocol handling and what is just general plumbing. This is one step of several.
Diffstat (limited to 'common/rfb/VNCServerST.cxx')
-rw-r--r--common/rfb/VNCServerST.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/rfb/VNCServerST.cxx b/common/rfb/VNCServerST.cxx
index 6aeff212..b0581513 100644
--- a/common/rfb/VNCServerST.cxx
+++ b/common/rfb/VNCServerST.cxx
@@ -55,6 +55,7 @@
#include <assert.h>
#include <stdlib.h>
+#include <core/LogWriter.h>
#include <core/util.h>
#include <rdr/FdOutStream.h>
@@ -64,7 +65,6 @@
#include <rfb/ComparingUpdateTracker.h>
#include <rfb/KeyRemapper.h>
#include <rfb/KeysymStr.h>
-#include <rfb/LogWriter.h>
#include <rfb/SDesktop.h>
#include <rfb/Security.h>
#include <rfb/ServerCore.h>
@@ -75,8 +75,8 @@
using namespace rfb;
-static LogWriter slog("VNCServerST");
-static LogWriter connectionsLog("Connections");
+static core::LogWriter slog("VNCServerST");
+static core::LogWriter connectionsLog("Connections");
//
// -=- VNCServerST Implementation