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