diff options
author | 2011-06-16 14:07:53 +0100 | |
---|---|---|
committer | 2011-06-16 14:07:53 +0100 | |
commit | d9cb4485bc933d26e9fbc787a12c529a5f6b0b21 (patch) | |
tree | 0d7d11ab8e30e300b6d4fe14cfb8dee22159a226 | |
parent | f3d322452e5c917b3eee56884c4847bc0b51f8ea (diff) | |
download | paludis-d9cb4485bc933d26e9fbc787a12c529a5f6b0b21.tar.gz paludis-d9cb4485bc933d26e9fbc787a12c529a5f6b0b21.tar.xz |
Clipboardo
-rw-r--r-- | paludis/environments/paludis/paludis_config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/environments/paludis/paludis_config.cc b/paludis/environments/paludis/paludis_config.cc index e722cc5e5..c7625acb1 100644 --- a/paludis/environments/paludis/paludis_config.cc +++ b/paludis/environments/paludis/paludis_config.cc @@ -613,7 +613,7 @@ PaludisConfig::PaludisConfig(PaludisEnvironment * const e, const std::string & s { if (*d == r->first) { - Log::get_instance()->message("no_config_environment.repositories.self_dependent", ll_warning, lc_context) + Log::get_instance()->message("paludis_environment.repositories.self_dependent", ll_warning, lc_context) << "Repository '" + stringify(r->first) + "' incorrectly requires itself"; continue; } |