Skip to content

Commit

Permalink
output full pkg-config command in case of errors (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Mar 1, 2013
1 parent 3e166ba commit dd85e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rospack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ Rosstackage::cpp_exports(const std::string& name, const std::string& type,
if(pValue == Py_None)
{
Py_DECREF(pValue);
std::string errmsg = "python function 'rosdep2.rospack.call_pkg_config' could not call 'pkg-config'";
std::string errmsg = "python function 'rosdep2.rospack.call_pkg_config' could not call 'pkg-config " + type + " " + (*it)->name_ + "' without errors";
throw Exception(errmsg);
}

Expand Down

0 comments on commit dd85e9a

Please sign in to comment.