summaryrefslogtreecommitdiffstats
path: root/src/core/pvsConnectionManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pvsConnectionManager.cpp')
-rw-r--r--src/core/pvsConnectionManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/pvsConnectionManager.cpp b/src/core/pvsConnectionManager.cpp
index 703d1c4..7aa7233 100644
--- a/src/core/pvsConnectionManager.cpp
+++ b/src/core/pvsConnectionManager.cpp
@@ -211,7 +211,7 @@ void PVSConnectionManager::onCommand(PVSMsg command)
ConsoleLog writeError("[Client: " + id + ", VNCSRV] Server returned general error");
break;
case 2:
- ConsoleLog writeError("[Client: " + id + ", VNCSRV] ~/.pvs/vncpasswd not found");
+ ConsoleLog writeError("[Client: " + id + ", VNCSRV] /tmp/vncpasswd not found");
break;
case 3:
ConsoleLog writeError("[Client: " + id + ", VNCSRV] VNC-Script not found");