diff options
author | Alex Borisov <b0ric.alex@gmail.com> | 2012-01-21 17:43:02 +0200 |
---|---|---|
committer | Alex Borisov <b0ric.alex@gmail.com> | 2012-01-21 17:43:02 +0200 |
commit | 128c2dd624a78ef1e218871a4e4729625be56c04 (patch) | |
tree | 1cdd5e6fb619d15909116fe345ed15a841b5e4ec /client/main.cpp | |
parent | 6f8e7cae703145cd6eb103c08681045ced28f5e5 (diff) |
Restart Proxifier to apply new configuration
Diffstat (limited to 'client/main.cpp')
-rw-r--r-- | client/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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()) { |