Skip to content

Commit

Permalink
Add more info to debug message. Refs #5729
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Nov 29, 2012
1 parent 8eee3e2 commit 3591f33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/DataObjects/src/PeakColumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ namespace DataObjects
}
else
{
throw std::runtime_error("PeakColumn - Unknown column name. Peak column names/types must be explicitly marked in PeakColumn.cpp");
throw std::runtime_error("PeakColumn - Unknown column name: \"" + name + "\""
"Peak column names/types must be explicitly marked in PeakColumn.cpp");
}
};
}
Expand Down

0 comments on commit 3591f33

Please sign in to comment.