QA test: fix a missing change related to commit 2ca16c0
.
This commit is contained in:
parent
2ca16c0b29
commit
fb19d83b69
|
@ -42,7 +42,7 @@ struct print_log_value<LIB_FIELD>
|
||||||
{
|
{
|
||||||
inline void operator()( std::ostream& os, LIB_FIELD const& f )
|
inline void operator()( std::ostream& os, LIB_FIELD const& f )
|
||||||
{
|
{
|
||||||
os << "LIB_FIELD[ " << f.GetName() << " ]";
|
os << "LIB_FIELD[ " << f.GetName( NATIVE_FIELD_NAME ) << " ]";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue