Use varargs version of Error:all() and Error::one() where applicable
This commit is contained in:
@ -56,8 +56,8 @@ void Reader::open_file(const char *file)
|
||||
}
|
||||
|
||||
if (fp == nullptr)
|
||||
error->one(FLERR,fmt::format("Cannot open file {}: {}",
|
||||
file, utils::getsyserror()));
|
||||
error->one(FLERR,"Cannot open file {}: {}",
|
||||
file, utils::getsyserror());
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user