From 4cb3e223081434331cb424a88a99e1d5eaa72604 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 29 Dec 2024 14:44:19 -0600 Subject: [PATCH] moved event to debug --- repertory/librepertory/include/events/events.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );