summaryrefslogtreecommitdiff
path: root/plugins/git4idea/src/git4idea/repo/GitConfig.java
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/git4idea/src/git4idea/repo/GitConfig.java')
-rw-r--r--plugins/git4idea/src/git4idea/repo/GitConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git4idea/src/git4idea/repo/GitConfig.java b/plugins/git4idea/src/git4idea/repo/GitConfig.java
index a88e7754b78e..4b0bdeadc8f9 100644
--- a/plugins/git4idea/src/git4idea/repo/GitConfig.java
+++ b/plugins/git4idea/src/git4idea/repo/GitConfig.java
@@ -149,7 +149,7 @@ public class GitConfig {
ini.load(configFile);
}
catch (IOException e) {
- LOG.error(new RepoStateException("Couldn't load .git/config file at " + configFile.getPath(), e));
+ LOG.warn(new RepoStateException("Couldn't load .git/config file at " + configFile.getPath(), e));
return emptyConfig;
}