Skip to content
Snippets Groups Projects
Commit cff9c8e7 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[entity-py] Add missing case when VERBOSITY is NONE.

parent b52037ca
No related branches found
No related tags found
No related merge requests found
......@@ -450,6 +450,8 @@ namespace dynamicgraph {
break;
case 3: entity->setLoggerVerbosityLevel(VERBOSITY_ERROR);
break;
case 4: entity->setLoggerVerbosityLevel(VERBOSITY_NONE);
break;
default: entity->setLoggerVerbosityLevel(VERBOSITY_NONE);
break;
}
......
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