Skip to content
Snippets Groups Projects
Commit 5e547a56 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 1000

Bugfix
parent 863a70bc
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ using namespace LOFAR::GCF::RTDBDaemons;
int main(int argc, char *argv[])
{
GCFTask::init(argc, argv);
GCFTask::init(argc, argv, "LoggingProcessor");
LoggingProcessor clp("LoggingProcessor");
clp.start(); // make initial transition
......
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