[paludis-commits] paludis.git (master) -- afa26e6 by David Leverton

git at git.pioto.org git at git.pioto.org
Mon Sep 15 16:48:31 EDT 2008


Module:    paludis.git
Branch:    master
Commit:    afa26e6cdadb402aee39213e4bbbc54b2c6b6e30
URL:       http://git.pioto.org/?p=paludis.git;a=commit;h=afa26e6cdadb402aee39213e4bbbc54b2c6b6e30

Author:    David Leverton <levertond at googlemail.com>
Committer: David Leverton <levertond at googlemail.com>
Date:      Mon Sep 15 21:48:21 2008 +0100

----

Typo.

----

 .../repositories/e/ebuild_flat_metadata_cache.cc   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/paludis/repositories/e/ebuild_flat_metadata_cache.cc b/paludis/repositories/e/ebuild_flat_metadata_cache.cc
index c4dd3ad..b17ae35 100644
--- a/paludis/repositories/e/ebuild_flat_metadata_cache.cc
+++ b/paludis/repositories/e/ebuild_flat_metadata_cache.cc
@@ -121,7 +121,7 @@ namespace
                     {
                         const FSEntry * eclass(_imp->eclass_mtimes->eclass(*it));
                         if (eclass)
-                            Log::get_instance()->message("e.cache_flat_list.eclass.path", ll_debug, lc_context)
+                            Log::get_instance()->message("e.cache.flat_list.eclass.path", ll_debug, lc_context)
                                 << "Cache-requested eclass '" << *it << "' maps to '" << *eclass << "'";
 
                         if (! eclass)
@@ -368,7 +368,7 @@ EbuildFlatMetadataCache::load(const std::tr1::shared_ptr<const EbuildID> & id)
 
                             const FSEntry * eclass(_imp->eclass_mtimes->eclass(eclass_name));
                             if (eclass)
-                                Log::get_instance()->message("e.cache_flat_hash.eclass.path", ll_debug, lc_context)
+                                Log::get_instance()->message("e.cache.flat_hash.eclass.path", ll_debug, lc_context)
                                     << "Cache-requested eclass '" << eclass_name << "' maps to '" << *eclass << "'";
 
                             if (! eclass)
@@ -424,7 +424,7 @@ EbuildFlatMetadataCache::load(const std::tr1::shared_ptr<const EbuildID> & id)
 
                             const FSEntry * exlib(_imp->eclass_mtimes->exlib(exlib_name, id->name()));
                             if (exlib)
-                                Log::get_instance()->message("e.cache_flat_hash.exlib.path", ll_debug, lc_context)
+                                Log::get_instance()->message("e.cache.flat_hash.exlib.path", ll_debug, lc_context)
                                     << "Cache-requested exlib '" << exlib_name << "' maps to '" << *exlib << "'";
 
                             if (! exlib)
---


More information about the paludis-commits mailing list