Cleanup wrong format specifier in a debug printf.

This commit is contained in:
Bastien Montagne 2020-05-25 17:49:58 +02:00
parent 9f1f7ba2bb
commit 52c356c199
1 changed files with 1 additions and 1 deletions

View File

@ -9638,7 +9638,7 @@ static bool read_libblock_undo_restore(
}
/* Restore local datablocks. */
DEBUG_PRINTF("UNDO: read %s (uuid %d) -> ", id->name, id->session_uuid);
DEBUG_PRINTF("UNDO: read %s (uuid %u) -> ", id->name, id->session_uuid);
ID *id_old = NULL;
const bool do_partial_undo = (fd->skip_flags & BLO_READ_SKIP_UNDO_OLD_MAIN) == 0;