[paludis-commits] paludis.git (master) -- d5b04d6 by David Leverton
git at git.pioto.org
git at git.pioto.org
Fri Sep 19 16:13:40 EDT 2008
Module: paludis.git
Branch: master
Commit: d5b04d62715b39dfb16c5ea990963b29e11fe662
URL: http://git.pioto.org/?p=paludis.git;a=commit;h=d5b04d62715b39dfb16c5ea990963b29e11fe662
Author: David Leverton <levertond at googlemail.com>
Committer: David Leverton <levertond at googlemail.com>
Date: Fri Sep 19 21:13:24 2008 +0100
----
More debug messages.
----
.../repositories/e/ebuild_flat_metadata_cache.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/paludis/repositories/e/ebuild_flat_metadata_cache.cc b/paludis/repositories/e/ebuild_flat_metadata_cache.cc
index 225d667..7891ecd 100644
--- a/paludis/repositories/e/ebuild_flat_metadata_cache.cc
+++ b/paludis/repositories/e/ebuild_flat_metadata_cache.cc
@@ -263,6 +263,7 @@ namespace
else
id->set_slot(SlotName("UNKNOWN"));
+ Log::get_instance()->message("e.cache.success", ll_debug, lc_context) << "Successfully loaded cache file";
return true;
}
}
@@ -580,6 +581,7 @@ EbuildFlatMetadataCache::load(const std::tr1::shared_ptr<const EbuildID> & id)
else
id->set_slot(SlotName("UNKNOWN"));
+ Log::get_instance()->message("e.cache.success", ll_debug, lc_context) << "Successfully loaded cache file";
return true;
}
catch (const InternalError &)
---
More information about the paludis-commits
mailing list