summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorroot2011-06-03 16:57:04 +0200
committerroot2011-06-03 16:57:04 +0200
commit695131bd3f9b749fbcd7f6467eafdfa736fe6f68 (patch)
treeb33b9f2b8bdb094dabac23da6863b1de8b88bac1 /src
parent[PVSGUI] Disable screensaver on connection (diff)
downloadpvs-695131bd3f9b749fbcd7f6467eafdfa736fe6f68.tar.gz
pvs-695131bd3f9b749fbcd7f6467eafdfa736fe6f68.tar.xz
pvs-695131bd3f9b749fbcd7f6467eafdfa736fe6f68.zip
[PVS] VNCpasswd bug fixed
Diffstat (limited to 'src')
-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");