Skip to content

Commit

Permalink
#299 only log INFO level on the first pull attempt and use DEBUG log…
Browse files Browse the repository at this point in the history
…ging after that
  • Loading branch information
jstrachan committed Jul 25, 2013
1 parent 5777f32 commit 0ccaca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-git/src/main/java/io/hawt/git/GitFacade.java
Expand Up @@ -845,7 +845,7 @@ protected void doPull() {
}
LOG.error("Failed to pull from the remote git repo with credentials " + cp + ". Reason: " + e, e);
} finally {
firstPull = true;
firstPull = false;
}
}

Expand Down

0 comments on commit 0ccaca7

Please sign in to comment.