From 25397d781264ecc6e246750a2769cc2fffbbd1c7 Mon Sep 17 00:00:00 2001 From: agfline Date: Tue, 19 Mar 2024 20:39:37 +0100 Subject: [PATCH] AAF: Update import UI --- gtk2_ardour/ardour_ui_aaf.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2_ardour/ardour_ui_aaf.cc b/gtk2_ardour/ardour_ui_aaf.cc index 1d1ffac56c..057bc6be85 100644 --- a/gtk2_ardour/ardour_ui_aaf.cc +++ b/gtk2_ardour/ardour_ui_aaf.cc @@ -52,7 +52,7 @@ aaf_debug_callback (struct aafLog* log, void* ctxdata, int libid, int type, cons { const char *eol = ""; - if ( libid != DEBUG_SRC_ID_TRACE && libid != DEBUG_SRC_ID_DUMP ) { + if ( libid != LOG_SRC_ID_TRACE && libid != LOG_SRC_ID_DUMP ) { switch ( type ) { case VERB_SUCCESS: PBD::info << string_compose ("[libaaf] %1:%2 in %3(): ", srcfile, lineno, srcfunc); break; case VERB_ERROR: PBD::error << string_compose ("[libaaf] %1:%2 in %3(): ", srcfile, lineno, srcfunc); break; @@ -61,7 +61,7 @@ aaf_debug_callback (struct aafLog* log, void* ctxdata, int libid, int type, cons } } - if ( libid != DEBUG_SRC_ID_DUMP ) { + if ( libid != LOG_SRC_ID_DUMP ) { eol = "\n"; } @@ -72,7 +72,7 @@ aaf_debug_callback (struct aafLog* log, void* ctxdata, int libid, int type, cons // case VERB_DEBUG: PBD::debug << msg << eol; break; } - DBG_BUFFER_RESET (log); + LOG_BUFFER_RESET (log); } static std::shared_ptr