Commit 4a04c18a authored by Alexander Barkov's avatar Alexander Barkov

MDEV-25765 Mariabackup reduced verbosity option for log output

parent 50b69641
......@@ -2999,7 +2999,9 @@ static bool xtrabackup_copy_logfile(bool last = false)
ut_ad(start_lsn == log_sys.log.scanned_lsn);
msg(">> log scanned up to (" LSN_PF ")", start_lsn);
if (verbose) {
msg(">> log scanned up to (" LSN_PF ")", start_lsn);
}
/* update global variable*/
pthread_mutex_lock(&backup_mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment