This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 17d72b25d3 fix incorrect message in file compare, fixes #6584 (#6585)
17d72b25d3 is described below
commit 17d72b25d33dd277895d3780bdecb58cddce8e76
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Feb 16 12:59:53 2026 +0100
fix incorrect message in file compare, fixes #6584 (#6585)
---
.../org/apache/hop/workflow/actions/filecompare/ActionFileCompare.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/actions/filecompare/src/main/java/org/apache/hop/workflow/actions/filecompare/ActionFileCompare.java
b/plugins/actions/filecompare/src/main/java/org/apache/hop/workflow/actions/filecompare/ActionFileCompare.java
index 52e96a51bc..6b0e7c9a7a 100644
---
a/plugins/actions/filecompare/src/main/java/org/apache/hop/workflow/actions/filecompare/ActionFileCompare.java
+++
b/plugins/actions/filecompare/src/main/java/org/apache/hop/workflow/actions/filecompare/ActionFileCompare.java
@@ -202,7 +202,7 @@ public class ActionFileCompare extends ActionBase
implements Cloneable, IAction
BaseMessages.getString(
PKG,
"ActionFileCompare.ERROR_0007_Comparing_Files",
- realFilename2,
+ realFilename1,
realFilename2,
e.getMessage()));
} finally {