mirror of https://github.com/Icinga/icinga2.git
parent
ab9218e801
commit
2a5a9d2f4b
|
@ -707,7 +707,8 @@ void Utility::MkDir(const String& path, int flags)
|
|||
#endif /* _WIN32 */
|
||||
BOOST_THROW_EXCEPTION(posix_error()
|
||||
<< boost::errinfo_api_function("mkdir")
|
||||
<< boost::errinfo_errno(errno));
|
||||
<< boost::errinfo_errno(errno)
|
||||
<< boost::errinfo_file_name(path));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue