Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Dec 9, 2024
1 parent 159f38c commit 9a4c5ae
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ func (m *MySQLDumperTogether) Dump() (err error) {
}
if err := checkDumpComplete(outputFile); err != nil {
logger.Error("checkDumpComplete failed %s", err.Error())
errFileContext, e1 := osutil.ReadFileString(errFile)
if e1 != nil {
logger.Error("read errFile failed %s", e1.Error())
}
logger.Error("errFile:%s", errFileContext)
return err
}
return
Expand Down

0 comments on commit 9a4c5ae

Please sign in to comment.