Skip to content

Commit

Permalink
more printing on hermes connect
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 18, 2023
1 parent febf5d1 commit 12ff712
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions include/comms/Hermes.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ class Hermes : public IHermes {
Hermes() = default;

bool connect() override {
std::cout << "Entering connect" << std::endl;
TRANSPARENT_HERMES();
std::cout << "transparent done" << std::endl;
hermes = HERMES;
std::cout << "registring task" << std::endl;
std::cout << "hermes assigment" << std::endl;
HRUN_ADMIN->RegisterTaskLibRoot(hrun::DomainId::GetGlobal(), "coeus_mdm");
std::cout << "DONE registring task" << std::endl;
std::cout << "Registered task" << std::endl;
return hermes->IsInitialized();
};

Expand Down

0 comments on commit 12ff712

Please sign in to comment.