Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Sep 30, 2024
1 parent 3f57dd4 commit 84cdfd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fdb5/remote/FdbServer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ void FDBForker::run() {
::srand(::getpid() + ::time(nullptr));
::srandom(::getpid() + ::time(nullptr));

eckit::Log::info() << "FDB forked pid " << ::getpid() << std::endl;

std::cout << socket_.localHost() << ":" << socket_.localPort() << " " << socket_.remoteHost() << ":" << socket_.remotePort() << std::endl;
eckit::Log::info() << "FDB forked pid " << ::getpid() << " -- connection: " << socket_.localHost() << ":" << socket_.localPort() << "-->" << socket_.remoteHost() << ":" << socket_.remotePort() << std::endl;

if (config_.getString("type", "local") == "catalogue" || (::getenv("FDB_IS_CAT") && ::getenv("FDB_IS_CAT")[0] == '1')) {
eckit::Log::info() << "FDB using Catalogue Handler" << std::endl;
Expand Down

0 comments on commit 84cdfd4

Please sign in to comment.