Skip to content
Snippets Groups Projects
Commit 5927e6ff authored by Steven Murray's avatar Steven Murray
Browse files

cta-acsd now logs the value of argc

parent 661e0420
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ void AcsDaemon::exceptionThrowingMain(const int argc, char **const argv) {
msg << m_programName << " started";
std::list<log::Param> params = {
log::Param("argc", argc),
log::Param("argv", concatenatedArgs)};
m_log(LOG_INFO, msg.str(), params);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment