Skip to content

Commit

Permalink
minor modification of log level in SpecNode
Browse files Browse the repository at this point in the history
issue #28
  • Loading branch information
Valentin Noel committed Dec 20, 2013
1 parent d19b137 commit 6f63041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SpecReader/src/SpecReader/SpecNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ EType SpecNode::getType() const
}
catch( const std::out_of_range& oor )
{
LOG_WARNING( "[specnode] Unknown type" );
LOG_TRACE( "[specnode] Unknown type" );
return eTypeUnknown;
}
}
Expand Down

0 comments on commit 6f63041

Please sign in to comment.