Skip to content

Commit

Permalink
Add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 19, 2024
1 parent ffe468c commit 737cc1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osquery/remote/tests/test_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ bool TLSServerRunner::start(const std::string& server_cert,
return false;
}

LOG(WARNING) << "Server is now ready to serve";

return true;
}

Expand Down

0 comments on commit 737cc1e

Please sign in to comment.