Skip to content

Commit 3362c5d

Browse files
author
Gillian Gunson
committed
Changing panic message
1 parent b38814f commit 3362c5d

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)