Added Transaction Summary with events and bytes

Added Transaction Summary with events and bytes
This commit is contained in:
MassimilianoPinto
2015-09-07 18:17:03 +02:00
parent 8b278b0831
commit d6be8361fa
2 changed files with 89 additions and 2 deletions

View File

@ -193,7 +193,7 @@ int main(int argc, char **argv) {
filelen = statb.st_size;
LOGIF(LM, (skygw_log_write_flush(LOGFILE_MESSAGE,
"Checking %s (%s), size %lu", path, inst->binlog_name, filelen)));
"Checking %s (%s), size %lu bytes", path, inst->binlog_name, filelen)));
/* read binary log */
ret = blr_read_events_all_events(inst, fix_file, debug_out);