cwScoreFollowTest.cpp : Added log info output from _gen_synced_perf_files().
This commit is contained in:
parent
7ba28465c8
commit
960f028a9a
@ -345,6 +345,9 @@ namespace cw
|
|||||||
unsigned end_loc = kInvalidId;
|
unsigned end_loc = kInvalidId;
|
||||||
bool skip_score_follow_fl = false;
|
bool skip_score_follow_fl = false;
|
||||||
|
|
||||||
|
|
||||||
|
cwLogInfo("\nProcessing:%s",cwStringNullGuard(dirEntryArray[i].name));
|
||||||
|
|
||||||
// read the meta object
|
// read the meta object
|
||||||
if((rc = objectFromFile( meta_fname, meta_obj)) != kOkRC )
|
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));
|
rc = cwLogError(rc,"An object could not be formed from the meta data file '%s'.",cwStringNullGuard(meta_fname));
|
||||||
|
Loading…
Reference in New Issue
Block a user