Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Minor fix to the github auto-update feed URL logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvince committed Jul 25, 2013
1 parent bc63b74 commit 81a9599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/hive13/jircbotx/listener/GitFeed.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ public void loop() {

// Reset the 'update failed' flag.
updateFailed = false;
lastGitUpdate = Calendar.getInstance().getTime();
} catch (MalformedURLException ex) {
updateFailed = true;
Logger.getLogger(GitFeed.class.getName()).log(
Level.WARNING, null, ex);
bot.log(getCommandName() + " failed to retrieve new github url.", eLogLevel.warning);
Expand Down

0 comments on commit 81a9599

Please sign in to comment.