From 695131bd3f9b749fbcd7f6467eafdfa736fe6f68 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Jun 2011 16:57:04 +0200 Subject: [PVS] VNCpasswd bug fixed --- src/core/pvsConnectionManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.2.3-55-g7522