From 41ad090ca6029e326b55d00cf3eea229b1412268 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Sun, 5 Aug 2007 13:54:58 +0000 Subject: [PATCH] some more logging --- zypp/RepoManager.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zypp/RepoManager.cc b/zypp/RepoManager.cc index e2a0f35..4b4000d 100644 --- a/zypp/RepoManager.cc +++ b/zypp/RepoManager.cc @@ -335,6 +335,8 @@ namespace zypp { Url url(*it); + MIL << "Going to try to check and refresh metadata from " << url << endl; + repo::RepoType repokind = info.type(); // if the type is unknown, try probing. @@ -393,6 +395,7 @@ namespace zypp } else { + MIL << "repo has changed, going to refresh" << endl; refresh = true; } if ( refresh ) @@ -416,6 +419,7 @@ namespace zypp } else { + MIL << "repo has changed, going to refresh" << endl; refresh = true; } -- 2.7.4