Commit 329ef661 authored by Marc Vef's avatar Marc Vef
Browse files

Some Proxy log info

parent 2de5f2c2
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -449,6 +449,7 @@ check_for_proxy() {
                                       gkfs::config::proxy::pid_path);
    ifstream ifs(pid_path, ::ifstream::in);
    if(!ifs) {
        LOG(INFO, "Proxy pid file NOT FOUND. Proxy will NOT be used!");
        return;
    }
    /*