logger.warn("** Inconsistent creation date - %s `%s' (%s) which is a fork of `%s' (%s) must be dumped after, but was created before",app,k,k.creation_date,k.fork_of,k.fork_of.creation_date)
logger.warn(" -> Correcting creation date of %s to be (a second after) %s",k,k.fork_of)
logger.warn(
"** Inconsistent creation date - %s `%s' (%s) which is a fork of `%s' (%s) must be dumped after, but was created before",
app,
k,
k.creation_date,
k.fork_of,
k.fork_of.creation_date,
)
logger.warn(
" -> Correcting creation date of %s to be (a second after) %s",
logger.warn("** Inconsistent creation date - %s `%s' (%s) which has `%s' (%s) as a previous version must be dumped after, but was created before",app,k,k.creation_date,k.previous_version,k.previous_version.creation_date)
logger.warn(" -> Correcting creation date of %s to be (a second after) %s",k,k.previous_version)