cwScoreFollowTest.cpp : Added log info output from _gen_synced_perf_files().

This commit is contained in:
kevin 2023-12-17 08:56:12 -05:00
parent 7ba28465c8
commit 960f028a9a

View File

@ -345,6 +345,9 @@ namespace cw
unsigned end_loc = kInvalidId;
bool skip_score_follow_fl = false;
cwLogInfo("\nProcessing:%s",cwStringNullGuard(dirEntryArray[i].name));
// read the meta object
if((rc = objectFromFile( meta_fname, meta_obj)) != kOkRC )
rc = cwLogError(rc,"An object could not be formed from the meta data file '%s'.",cwStringNullGuard(meta_fname));