[paludis-commits] r4541 - trunk/paludis/repositories/e

dleverton at svn.pioto.org dleverton at svn.pioto.org
Wed Apr 2 19:29:08 UTC 2008


Author: dleverton
Date: 2008-04-02 19:29:08 +0000 (Wed, 02 Apr 2008)
New Revision: 4541

Modified:
   trunk/paludis/repositories/e/e_repository.cc
Log:
Typo.


Modified: trunk/paludis/repositories/e/e_repository.cc
===================================================================
--- trunk/paludis/repositories/e/e_repository.cc	2008-04-02 19:27:47 UTC (rev 4540)
+++ trunk/paludis/repositories/e/e_repository.cc	2008-04-02 19:29:08 UTC (rev 4541)
@@ -412,7 +412,7 @@
                 }
                 catch (const Exception & e)
                 {
-                    Log::get_instance()->message(ll_warning, lc_context, "No loading profile '" +
+                    Log::get_instance()->message(ll_warning, lc_context, "Not loading profile '" +
                             tokens.at(1) + "' due to exception '" + e.message() + "' (" + e.what() + ")");
                 }
             }



More information about the paludis-commits mailing list