[svn] r4779 - trunk/tools/yam

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Sep 29 14:43:50 CEST 2006


Author: dag
Date: 2006-09-29 14:43:48 +0200 (Fri, 29 Sep 2006)
New Revision: 4779

Modified:
   trunk/tools/yam/yam
Log:
Small changes to output

Modified: trunk/tools/yam/yam
===================================================================
--- trunk/tools/yam/yam	2006-09-29 09:22:26 UTC (rev 4778)
+++ trunk/tools/yam/yam	2006-09-29 12:43:48 UTC (rev 4779)
@@ -1234,7 +1234,7 @@
 		li = rpcServer.doCall(server.up2date.login, systemid)
 		loginInfo.update(li)
 	except rpclib.Fault, f:
-		info(0, 'Error logging in %s with systemid %s. %s' % (dist.nick, systemidpath, f.faultString))
+		error(1, 'Error logging in %s with systemid %s. %s' % (dist.nick, systemidpath, f.faultString))
 		return None
 	info(6, '\nAFTER LOGIN: logininfo: %s\n' % loginInfo)
 
@@ -1519,7 +1519,7 @@
 
 			if distnew or distremoved:
 				msg = msg + '\n'
-				info(0, '%s: Distribution updated (new: %d, removed: %d)' % (dist.nick, distnew, distremoved))
+				info(1, '%s: Distribution updated (new: %d, removed: %d)' % (dist.nick, distnew, distremoved))
 				sumnew = sumnew + distnew
 				sumremoved = sumremoved + distremoved
 



More information about the svn-commits mailing list