This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new dd13a89  [FLINK-21754][core] Fix 'Exception message does not point to 
the right path.'
dd13a89 is described below

commit dd13a89e2a9e0299f71682d2efdc08e6da6d1c1f
Author: Roc Marshal <[email protected]>
AuthorDate: Sun Apr 4 10:25:33 2021 +0800

    [FLINK-21754][core] Fix 'Exception message does not point to the right 
path.'
    
    This closes #15486.
---
 .../main/java/org/apache/flink/configuration/GlobalConfiguration.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java
 
b/flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java
index 44b97c5..cb958fe 100644
--- 
a/flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java
+++ 
b/flink-core/src/main/java/org/apache/flink/configuration/GlobalConfiguration.java
@@ -128,7 +128,7 @@ public final class GlobalConfiguration {
                     "The Flink config file '"
                             + yamlConfigFile
                             + "' ("
-                            + confDirFile.getAbsolutePath()
+                            + yamlConfigFile.getAbsolutePath()
                             + ") does not exist.");
         }
 

Reply via email to