From 0af41e7fed978f934f3dc6ca8c99599a212467c5 Mon Sep 17 00:00:00 2001 From: Madeleine Nilsson Date: Mon, 4 Nov 2024 15:00:43 +0100 Subject: Capitalize first letter in log, exception & error The reason for this is to keep a consistency through out the project. --- unix/vncconfig/vncconfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/vncconfig/vncconfig.cxx') diff --git a/unix/vncconfig/vncconfig.cxx b/unix/vncconfig/vncconfig.cxx index 1498bbdb..545271ce 100644 --- a/unix/vncconfig/vncconfig.cxx +++ b/unix/vncconfig/vncconfig.cxx @@ -112,7 +112,7 @@ public: void handleEvent(TXWindow* /*w*/, XEvent* ev) override { if (ev->type == vncExtEventBase + VncExtQueryConnectNotify) { - vlog.debug("query connection event"); + vlog.debug("Query connection event"); if (queryConnectDialog) delete queryConnectDialog; queryConnectDialog = nullptr; -- cgit v1.2.3