Error Messages
- Improved error messages with specific field names rather than types.
This commit is contained in:
@@ -70,7 +70,7 @@ void ColumnRecur::measure (Task& task, int& minimum, int& maximum)
|
||||
minimum = maximum = context.config.get ("recurrence.indicator").length ();
|
||||
}
|
||||
else
|
||||
throw std::string ("Unrecognized column format '") + _type + "." + _style + "'";
|
||||
throw std::string ("Unrecognized column format 'recur.") + _style + "'";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user