diff --git a/repertory/librepertory/include/events/events.hpp b/repertory/librepertory/include/events/events.hpp index fce57bcf..92214f41 100644 --- a/repertory/librepertory/include/events/events.hpp +++ b/repertory/librepertory/include/events/events.hpp @@ -39,7 +39,7 @@ E_SIMPLE3(debug_log, debug, true, std::string, data, data, E_FROM_STRING ); -E_SIMPLE1(directory_removed, info, true, +E_SIMPLE1(directory_removed, debug, true, std::string, api_path, ap, E_FROM_STRING );