MXS-2057 Add log output for system test, and two random code fixes

This commit is contained in:
Niclas Antti
2018-11-13 17:20:39 +02:00
parent a84748e67f
commit e371964f8b
3 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,7 @@ struct Duration : public Clock::duration
}
/** To seconds */
double secs()
double secs() const
{
return std::chrono::duration<double>(*this).count();
}