important note: we are using wallclock time
This commit is contained in:
parent
faec5f102c
commit
8dc13bbaff
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public:
|
||||||
virtual const char* what() const throw()
|
virtual const char* what() const throw()
|
||||||
{
|
{
|
||||||
std::ostringstream ss;
|
std::ostringstream ss;
|
||||||
ss << "STOP in eoMaxTimeException: the maximum number of seconds has been reached (" << _elapsed << ").";
|
ss << "STOP in eoMaxTimeException: the maximum number of wallclock seconds has been reached (" << _elapsed << ").";
|
||||||
return ss.str().c_str();
|
return ss.str().c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue