diff options
author | 2012-05-12 11:33:16 +0100 | |
---|---|---|
committer | 2012-05-12 11:33:34 +0100 | |
commit | acff60b4a45415b63aa6c5e1481de4b05e0e6f99 (patch) | |
tree | dd3e6905cb133bf6ef00a60cbe98be2eebc55009 | |
parent | 3ddfff44188589d22a263b41e8ee57ff36bdd8fa (diff) | |
download | paludis-acff60b4a45415b63aa6c5e1481de4b05e0e6f99.tar.gz paludis-acff60b4a45415b63aa6c5e1481de4b05e0e6f99.tar.xz |
Fix
-rw-r--r-- | paludis/repositories/e/pipe_command_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/repositories/e/pipe_command_handler.cc b/paludis/repositories/e/pipe_command_handler.cc index b86b11814..6899398f5 100644 --- a/paludis/repositories/e/pipe_command_handler.cc +++ b/paludis/repositories/e/pipe_command_handler.cc @@ -183,7 +183,7 @@ paludis::erepository::pipe_command_handler(const Environment * const environment bool in_metadata_generation, const std::string & s, const std::shared_ptr<OutputManager> & maybe_output_manager) { - Context context("In ebuild pipe command handler for '" + package_id->canonical_form(idcf_full) + "':") + Context context("In ebuild pipe command handler for '" + stringify(*package_id) + "':"); try { |