Mailinglist Archive: yast-commit (214 mails)

< Previous Next >
[yast-commit] r67520 - /trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
Author: gs
Date: Wed Feb 22 15:12:55 2012
New Revision: 67520

URL: http://svn.opensuse.org/viewcvs/yast?rev=67520&view=rev
Log:
use yuiDebug to log info

Modified:
trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc

Modified: trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc?rev=67520&r1=67519&r2=67520&view=diff
==============================================================================
--- trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc (original)
+++ trunk/ncurses-pkg/src/NCPkgFilterRPMGroups.cc Wed Feb 22 15:12:55 2012
@@ -217,7 +217,7 @@
// is the requested rpm group a prefix of this package's group?
if ( pkg->group ().find (group_str) == 0 )
{
- yuiError() << slb->name() << endl;
+ yuiDebug() << slb->name() << endl;
packageList->createListEntry( pkg, slb );

return true;

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages