From 7daec9d0f51a05ce52a0f98e144bafc8db146033 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 1 Dec 2024 09:18:58 -0600 Subject: [PATCH] moved to debug --- repertory/librepertory/include/file_manager/events.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/librepertory/include/file_manager/events.hpp b/repertory/librepertory/include/file_manager/events.hpp index f3549517..20c5c9c8 100644 --- a/repertory/librepertory/include/file_manager/events.hpp +++ b/repertory/librepertory/include/file_manager/events.hpp @@ -78,12 +78,12 @@ E_SIMPLE3(download_resume_add_failed, error, true, std::string, error, err, E_FROM_STRING ); -E_SIMPLE2(download_resume_added, info, true, +E_SIMPLE2(download_resume_added, debug, true, std::string, api_path, ap, E_FROM_STRING, std::string, dest_path, dest, E_FROM_STRING ); -E_SIMPLE2(download_resume_removed, info, true, +E_SIMPLE2(download_resume_removed, debug, true, std::string, api_path, ap, E_FROM_STRING, std::string, dest_path, dest, E_FROM_STRING );