From 128c2dd624a78ef1e218871a4e4729625be56c04 Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sat, 21 Jan 2012 17:43:02 +0200 Subject: Restart Proxifier to apply new configuration --- client/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/main.cpp') diff --git a/client/main.cpp b/client/main.cpp index 7c8be32..e561b15 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -32,8 +32,7 @@ int main(int argc, char *argv[]) dir = QString::fromStdString(path.substr(0, p)); } - // check if client should be update - fprintf(stderr, "%s\n", dir.toStdString().c_str()); + // check if the client should be updated QFileInfo newClient(dir + PathSlash + "client.bin.latest"); if (newClient.exists()) { -- cgit v1.2.3