Mailinglist Archive: zypp-commit (731 mails)
| < Previous | Next > |
[zypp-commit] r6480 - /trunk/libzypp/zypp/RepoManager.cc
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Sun, 05 Aug 2007 13:54:58 -0000
- Message-id: <20070805135458.CAA46B5AC5@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Sun Aug 5 15:54:58 2007
New Revision: 6480
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6480&view=rev
Log:
some more logging
Modified:
trunk/libzypp/zypp/RepoManager.cc
Modified: trunk/libzypp/zypp/RepoManager.cc
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/RepoManager.cc?rev=6480&r1=6479&r2=6480&view=diff
==============================================================================
--- trunk/libzypp/zypp/RepoManager.cc (original)
+++ trunk/libzypp/zypp/RepoManager.cc Sun Aug 5 15:54:58 2007
@@ -335,6 +335,8 @@
{
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 @@
}
else
{
+ MIL << "repo has changed, going to refresh" << endl;
refresh = true;
}
if ( refresh )
@@ -416,6 +419,7 @@
}
else
{
+ MIL << "repo has changed, going to refresh" << endl;
refresh = true;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Sun Aug 5 15:54:58 2007
New Revision: 6480
URL: http://svn.opensuse.org/viewcvs/zypp?rev=6480&view=rev
Log:
some more logging
Modified:
trunk/libzypp/zypp/RepoManager.cc
Modified: trunk/libzypp/zypp/RepoManager.cc
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/RepoManager.cc?rev=6480&r1=6479&r2=6480&view=diff
==============================================================================
--- trunk/libzypp/zypp/RepoManager.cc (original)
+++ trunk/libzypp/zypp/RepoManager.cc Sun Aug 5 15:54:58 2007
@@ -335,6 +335,8 @@
{
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 @@
}
else
{
+ MIL << "repo has changed, going to refresh" << endl;
refresh = true;
}
if ( refresh )
@@ -416,6 +419,7 @@
}
else
{
+ MIL << "repo has changed, going to refresh" << endl;
refresh = true;
}
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |