Skip to content

Commit

Permalink
fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 9, 2022
1 parent 3b864b4 commit 1df197b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ protected LoadStatus delete(CsvData data, boolean useConflictDetection) {
if (lookupKeys.size() == 0) {
String msg = "There are no keys defined for "
+ targetTable.getFullyQualifiedTableName()
+ ". Cannot build an update statement. ";
+ ". Cannot build a delete statement. ";
if (lookupKeyCountBeforeColumnRemoval > 0) {
msg += "The only keys defined are binary and they have been removed.";
}
Expand Down

0 comments on commit 1df197b

Please sign in to comment.