Skip to content

Commit

Permalink
decrease verbosity of logging for cached component
Browse files Browse the repository at this point in the history
Reason is that bindings do not duplicate cache and call repeteadly
for component and it create big mess in log.
  • Loading branch information
jreidinger committed Jun 6, 2013
1 parent 176cbc9 commit 0404149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YUIComponentCreator.cc
Expand Up @@ -136,7 +136,7 @@ YUIComponentCreator::createInternal( const string & componentName, bool isNamesp
uiComponent->setRequestedUIName( name );
}

y2milestone( "Returning existing UI component for \"%s\"", name.c_str() );
y2debug( "Returning existing UI component for \"%s\"", name.c_str() );
}

return uiComponent;
Expand Down

0 comments on commit 0404149

Please sign in to comment.