Skip to content
Snippets Groups Projects
Commit 1c5d165d authored by Marcin Nowak's avatar Marcin Nowak :radioactive:
Browse files

Fix typo in 'OutputLevel' property name

parent 4f545871
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ namespace pool
propMgr->setProperty( "JobOptionsType", "NONE" ) .ignore();
// prevents unwanted output from the AppMgr
propMgr->setProperty( "OutputLeveL", "4" ) .ignore();
propMgr->setProperty( "OutputLevel", "4" ) .ignore();
// minimal configuration
propMgr->setProperty( "EventLoop", "MinimalEventLoopMgr" ) .ignore();
// this prevents AppMgr "welcome" output
......
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