Skip to content

Commit cc3caff

Browse files
author
Shlomi Noach
authored
Merge pull request #777 from github/ggunson-panic-message
Changing the panic message
2 parents 26afeed + 3175c2f commit cc3caff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/logic/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ help # This message
341341
err := fmt.Errorf("User commanded 'panic' on %s, but migrated table is %s; ignoring request.", arg, this.migrationContext.OriginalTableName)
342342
return NoPrintStatusRule, err
343343
}
344-
err := fmt.Errorf("User commanded 'panic'. I will now panic, without cleanup. PANIC!")
344+
err := fmt.Errorf("User commanded 'panic'. The migration will be aborted without cleanup. Please drop the gh-ost tables before trying again.")
345345
this.migrationContext.PanicAbort <- err
346346
return NoPrintStatusRule, err
347347
}

0 commit comments

Comments
 (0)