csrc/buz/recorder.cpp
@@ -96,9 +96,9 @@ //callback to frame index and path if(func_rec_info_){ func_rec_info_(file_frame_index_, file_path_); logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str()); // logIt("recoder index %d, file name %s\n", file_frame_index_, file_path_.c_str()); }else{ logIt("recorder has no func_rec_info"); // logIt("recorder has no func_rec_info"); } }