summaryrefslogtreecommitdiff
path: root/ext/drampower/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/drampower/src/Utils.h')
-rw-r--r--ext/drampower/src/Utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/drampower/src/Utils.h b/ext/drampower/src/Utils.h
index 3fba0961f..4aa8bb220 100644
--- a/ext/drampower/src/Utils.h
+++ b/ext/drampower/src/Utils.h
@@ -54,8 +54,7 @@ throw(std::runtime_error)
T t;
if (!(is >> f >> t)) {
- throw std::runtime_error("Cannot convert '" + s + "' to " +
- typeid(t).name() + " using fromString");
+ throw std::runtime_error("fromString cannot convert " + s);
}
return t;