Skip to content

Commit

Permalink
Merge pull request #5 from yast/decrease_log_verbosity
Browse files Browse the repository at this point in the history
decrease verbosity of logging for cached component
  • Loading branch information
jreidinger committed Jun 18, 2013
2 parents 628c193 + 0404149 commit 59f6d4b
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 59f6d4b

Please sign in to comment.