fix
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d6ff728a4d
commit
ef9fbf775c
@ -54,7 +54,7 @@ E_SIMPLE3(winfsp_event, debug, true,
|
|||||||
(((config_.get_event_level() >= winfsp_event::level) && \
|
(((config_.get_event_level() >= winfsp_event::level) && \
|
||||||
(ret != STATUS_SUCCESS)) || \
|
(ret != STATUS_SUCCESS)) || \
|
||||||
(config_.get_event_level() >= event_level::trace))) \
|
(config_.get_event_level() >= event_level::trace))) \
|
||||||
event_system::instance().raise<winfsp_event>(func, file, ret)
|
event_system::instance().raise<winfsp_event>(std::string{func}, file, ret)
|
||||||
|
|
||||||
winfsp_drive::winfsp_service::winfsp_service(
|
winfsp_drive::winfsp_service::winfsp_service(
|
||||||
lock_data &lock, winfsp_drive &drive, std::vector<std::string> drive_args,
|
lock_data &lock, winfsp_drive &drive, std::vector<std::string> drive_args,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user